Color Hex Logo

#c865da Color Hex

#C865DA
(200,101,218)
0 Favorites   0 Comments

Color spaces of #c865da

RGB 200101218
HSL0.810.610.63
HSV291°54°85°
CMYK 0.080.540.00   0.15
XYZ41.128026.648769.3057
Yxy26.64870.30000.1944
Hunter Lab51.622451.8733-43.4642
CIE-Lab58.647756.4264-43.3384

#c865da color RGB value is (200,101,218).

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

The process color (four color CMYK) of #c865da color hex is 0.08, 0.54, 0.00, 0.15. Web safe color of #c865da is #cc66cc. Color #c865da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100101 11011010
Octal 310 145 332
Decimal 200 101 218
Hex C8 65 DA

RGB Percentages of Color #c865da

%38.54
%19.46
%42.00

CMYK Percentages of Color #c865da

%8
%54
%0
%15

Triadic Colors of #c865da

#c865da #dac865 #65dac8

Analogous Colors of #c865da

#c865da #da65b2 #8e65da

Monochromatic Colors of #c865da

#c865da

Complementary Color

#c865da #77da65

#c865da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c865da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c865da Color CSS Codes

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

#c865da Text Font Color

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

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


#c865da Background Color

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

This div background color is #c865da


#c865da Border Color

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

This div border color is #c865da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c865da


Comments

No comments written yet.

Please login to write comment.