Color Hex Logo

#c868cf Color Hex

#C868CF
(200,104,207)
0 Favorites   0 Comments

Color spaces of #c868cf

RGB 200104207
HSL0.820.520.61
HSV296°50°81°
CMYK 0.030.500.00   0.19
XYZ40.032226.685062.0723
Yxy26.68500.31080.2072
Hunter Lab51.657547.9286-35.0833
CIE-Lab58.681652.8914-37.0735

#c868cf color RGB value is (200,104,207).

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

The process color (four color CMYK) of #c868cf color hex is 0.03, 0.50, 0.00, 0.19. Web safe color of #c868cf is #cc66cc. Color #c868cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101000 11001111
Octal 310 150 317
Decimal 200 104 207
Hex C8 68 CF

RGB Percentages of Color #c868cf

%39.14
%20.35
%40.51

CMYK Percentages of Color #c868cf

%3
%50
%0
%19

Triadic Colors of #c868cf

#c868cf #cfc868 #68cfc8

Analogous Colors of #c868cf

#c868cf #cf68a3 #9568cf

Monochromatic Colors of #c868cf

#c868cf

Complementary Color

#c868cf #6fcf68

#c868cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c868cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c868cf Color CSS Codes

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

#c868cf Text Font Color

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

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


#c868cf Background Color

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

This div background color is #c868cf


#c868cf Border Color

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

This div border color is #c868cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,104,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 #c868cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c868cf


Comments

No comments written yet.

Please login to write comment.