Color Hex Logo

#c565cf Color Hex

#C565CF
(197,101,207)
0 Favorites   0 Comments

Color spaces of #c565cf

RGB 197101207
HSL0.820.520.60
HSV294°51°81°
CMYK 0.050.510.00   0.19
XYZ38.942125.682761.9363
Yxy25.68270.30770.2029
Hunter Lab50.678148.4764-36.9867
CIE-Lab57.734653.5399-38.5850

#c565cf color RGB value is (197,101,207).

#c565cf hex color red value is 197, green value is 101 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c565cf hue: 0.82 , saturation: 0.52 and the lightness value of c565cf is 0.60.

The process color (four color CMYK) of #c565cf color hex is 0.05, 0.51, 0.00, 0.19. Web safe color of #c565cf is #cc66cc. Color #c565cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100101 11001111
Octal 305 145 317
Decimal 197 101 207
Hex C5 65 CF

RGB Percentages of Color #c565cf

%39.01
%20.00
%40.99

CMYK Percentages of Color #c565cf

%5
%51
%0
%19

Triadic Colors of #c565cf

#c565cf #cfc565 #65cfc5

Analogous Colors of #c565cf

#c565cf #cf65a4 #9065cf

Monochromatic Colors of #c565cf

#c565cf

Complementary Color

#c565cf #6fcf65

#c565cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c565cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c565cf Color CSS Codes

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

#c565cf Text Font Color

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

This sample text font color is #c565cf
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.


#c565cf Background Color

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

This div background color is #c565cf


#c565cf Border Color

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

This div border color is #c565cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c565cf


Comments

No comments written yet.

Please login to write comment.