color codes Logo

#c565fe color codes

#C565FE
(197,101,254)
0 Favorites   0 Comments

Color spaces of #c565fe

RGB 197101254
HSL0.770.990.70
HSV278°60°100°
CMYK 0.220.600.00   0.00
XYZ45.569028.333496.8331
Yxy28.33340.26690.1659
Hunter Lab53.229159.6613-70.5985
CIE-Lab60.188862.9337-60.9719

#c565fe color RGB value is (197,101,254).

#c565fe hex color red value is 197, green value is 101 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c565fe hue: 0.77 , saturation: 0.99 and the lightness value of c565fe is 0.70.

The process color (four color CMYK) of #c565fe color code is 0.22, 0.60, 0.00, 0.00. Web safe color of #c565fe is #cc66ff. Color #c565fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100101 11111110
Octal 305 145 376
Decimal 197 101 254
Hex C5 65 FE

RGB Percentages of Color #c565fe

%35.69
%18.30
%46.01

CMYK Percentages of Color #c565fe

%22
%60
%0
%0

Triadic Colors of #c565fe

#c565fe #fec565 #65fec5

Analogous Colors of #c565fe

#c565fe #fe65eb #7965fe

Monochromatic Colors of #c565fe

#c565fe

Complementary Color

#c565fe #9efe65

#c565fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c565fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c565fe Color CSS Codes

.mybgcolor {background-color:#c565fe; } 
.myforecolor {color:#c565fe; }
.mybordercolor {border:3px solid #c565fe; }

#c565fe Text Font Color

<p style="color:#c565fe">Text here</p>

This sample text font color is #c565fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c565fe Background Color

<div style="background-color:#c565fe">
Div content here</div>

This div background color is #c565fe


#c565fe Border Color

<div style="border:3px solid #c565fe">
Div here</div>

This div border color is #c565fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,101,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c565fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c565fe;
  -webkit-box-shadow: 1px 1px 3px 2px #c565fe;
  box-shadow:         1px 1px 3px 2px #c565fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,101,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c565fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c565fe;
  -webkit-box-shadow: 1px 1px 3px 2px #c565fe;
  box-shadow:         1px 1px 3px 2px #c565fe;">
Div content here</div>

This div box has shadow with color #c565fe

Related Colors


Comments

No comments written yet.

Please login to write comment.