Color Hex Logo

#c866f5 Color Hex

#C866F5
(200,102,245)
0 Favorites   0 Comments

Color spaces of #c866f5

RGB 200102245
HSL0.780.880.68
HSV281°58°96°
CMYK 0.180.580.00   0.04
XYZ45.052228.374789.4885
Yxy28.37470.27650.1742
Hunter Lab53.267957.7504-62.3179
CIE-Lab60.225861.2892-55.9171

#c866f5 color RGB value is (200,102,245).

#c866f5 hex color red value is 200, green value is 102 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #c866f5 hue: 0.78 , saturation: 0.88 and the lightness value of c866f5 is 0.68.

The process color (four color CMYK) of #c866f5 color hex is 0.18, 0.58, 0.00, 0.04. Web safe color of #c866f5 is #cc66ff. Color #c866f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100110 11110101
Octal 310 146 365
Decimal 200 102 245
Hex C8 66 F5

RGB Percentages of Color #c866f5

%36.56
%18.65
%44.79

CMYK Percentages of Color #c866f5

%18
%58
%0
%4

Triadic Colors of #c866f5

#c866f5 #f5c866 #66f5c8

Analogous Colors of #c866f5

#c866f5 #f566db #8166f5

Monochromatic Colors of #c866f5

#c866f5

Complementary Color

#c866f5 #93f566

#c866f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c866f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c866f5 Color CSS Codes

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

#c866f5 Text Font Color

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

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


#c866f5 Background Color

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

This div background color is #c866f5


#c866f5 Border Color

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

This div border color is #c866f5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,102,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c866f5


Comments

No comments written yet.

Please login to write comment.