Color Hex Logo

#c868de Color Hex

#C868DE
(200,104,222)
0 Favorites   0 Comments

Color spaces of #c868de

RGB 200104222
HSL0.800.640.64
HSV289°53°87°
CMYK 0.100.530.00   0.13
XYZ41.954527.453972.1951
Yxy27.45390.29630.1939
Hunter Lab52.396551.2333-45.0159
CIE-Lab59.392155.7344-44.4133

#c868de color RGB value is (200,104,222).

#c868de hex color red value is 200, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c868de hue: 0.80 , saturation: 0.64 and the lightness value of c868de is 0.64.

The process color (four color CMYK) of #c868de color hex is 0.10, 0.53, 0.00, 0.13. Web safe color of #c868de is #cc66cc. Color #c868de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101000 11011110
Octal 310 150 336
Decimal 200 104 222
Hex C8 68 DE

RGB Percentages of Color #c868de

%38.02
%19.77
%42.21

CMYK Percentages of Color #c868de

%10
%53
%0
%13

Triadic Colors of #c868de

#c868de #dec868 #68dec8

Analogous Colors of #c868de

#c868de #de68b9 #8d68de

Monochromatic Colors of #c868de

#c868de

Complementary Color

#c868de #7ede68

#c868de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c868de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c868de Color CSS Codes

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

#c868de Text Font Color

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

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


#c868de Background Color

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

This div background color is #c868de


#c868de Border Color

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

This div border color is #c868de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c868de


Comments

No comments written yet.

Please login to write comment.