Color Hex Logo

#c865de Color Hex

#C865DE
(200,101,222)
0 Favorites   0 Comments

Color spaces of #c865de

RGB 200101222
HSL0.800.650.63
HSV289°55°87°
CMYK 0.100.550.00   0.13
XYZ41.657926.860672.0963
Yxy26.86060.29630.1910
Hunter Lab51.827252.7779-46.1987
CIE-Lab58.845157.1931-45.2769

#c865de color RGB value is (200,101,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100101 11011110
Octal 310 145 336
Decimal 200 101 222
Hex C8 65 DE

RGB Percentages of Color #c865de

%38.24
%19.31
%42.45

CMYK Percentages of Color #c865de

%10
%55
%0
%13

Triadic Colors of #c865de

#c865de #dec865 #65dec8

Analogous Colors of #c865de

#c865de #de65b8 #8c65de

Monochromatic Colors of #c865de

#c865de

Complementary Color

#c865de #7bde65

#c865de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c865de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c865de Color CSS Codes

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

#c865de Text Font Color

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

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


#c865de Background Color

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

This div background color is #c865de


#c865de Border Color

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

This div border color is #c865de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c865de


Comments

No comments written yet.

Please login to write comment.