Color Hex Logo

#c865df Color Hex

#C865DF
(200,101,223)
0 Favorites   0 Comments

Color spaces of #c865df

RGB 200101223
HSL0.800.660.64
HSV289°55°87°
CMYK 0.100.550.00   0.13
XYZ41.792426.914472.8043
Yxy26.91440.29530.1902
Hunter Lab51.879153.0064-46.8890
CIE-Lab58.895057.3862-45.7596

#c865df color RGB value is (200,101,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100101 11011111
Octal 310 145 337
Decimal 200 101 223
Hex C8 65 DF

RGB Percentages of Color #c865df

%38.17
%19.27
%42.56

CMYK Percentages of Color #c865df

%10
%55
%0
%13

Triadic Colors of #c865df

#c865df #dfc865 #65dfc8

Analogous Colors of #c865df

#c865df #df65b9 #8b65df

Monochromatic Colors of #c865df

#c865df

Complementary Color

#c865df #7cdf65

#c865df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c865df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c865df Color CSS Codes

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

#c865df Text Font Color

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

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


#c865df Background Color

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

This div background color is #c865df


#c865df Border Color

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

This div border color is #c865df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c865df


Comments

No comments written yet.

Please login to write comment.