Color Hex Logo

#d863ca Color Hex

#D863CA
(216,99,202)
0 Favorites   0 Comments

Color spaces of #d863ca

RGB 21699202
HSL0.850.600.62
HSV307°54°85°
CMYK 0.000.540.06   0.15
XYZ43.441427.786958.9509
Yxy27.78690.33370.2135
Hunter Lab52.713354.8549-29.4066
CIE-Lab59.695758.8711-32.4973

#d863ca color RGB value is (216,99,202).

#d863ca hex color red value is 216, green value is 99 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d863ca hue: 0.85 , saturation: 0.60 and the lightness value of d863ca is 0.62.

The process color (four color CMYK) of #d863ca color hex is 0.00, 0.54, 0.06, 0.15. Web safe color of #d863ca is #cc66cc. Color #d863ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100011 11001010
Octal 330 143 312
Decimal 216 99 202
Hex D8 63 CA

RGB Percentages of Color #d863ca

%41.78
%19.15
%39.07

CMYK Percentages of Color #d863ca

%0
%54
%6
%15

Triadic Colors of #d863ca

#d863ca #cad863 #63cad8

Analogous Colors of #d863ca

#d863ca #d86390 #ac63d8

Monochromatic Colors of #d863ca

#d863ca

Complementary Color

#d863ca #63d871

#d863ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d863ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d863ca Color CSS Codes

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

#d863ca Text Font Color

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

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


#d863ca Background Color

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

This div background color is #d863ca


#d863ca Border Color

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

This div border color is #d863ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,99,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d863ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d863ca;
  -webkit-box-shadow: 1px 1px 3px 2px #d863ca;
  box-shadow:         1px 1px 3px 2px #d863ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,99,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d863ca


Comments

No comments written yet.

Please login to write comment.