Color Hex Logo

#d862ca Color Hex

#D862CA
(216,98,202)
0 Favorites   0 Comments

Color spaces of #d862ca

RGB 21698202
HSL0.850.600.62
HSV307°55°85°
CMYK 0.000.550.06   0.15
XYZ43.347327.598658.9195
Yxy27.59860.33380.2125
Hunter Lab52.534455.3493-29.7222
CIE-Lab59.524459.3315-32.7639

#d862ca color RGB value is (216,98,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100010 11001010
Octal 330 142 312
Decimal 216 98 202
Hex D8 62 CA

RGB Percentages of Color #d862ca

%41.86
%18.99
%39.15

CMYK Percentages of Color #d862ca

%0
%55
%6
%15

Triadic Colors of #d862ca

#d862ca #cad862 #62cad8

Analogous Colors of #d862ca

#d862ca #d8628f #ab62d8

Monochromatic Colors of #d862ca

#d862ca

Complementary Color

#d862ca #62d870

#d862ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d862ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d862ca Color CSS Codes

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

#d862ca Text Font Color

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

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


#d862ca Background Color

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

This div background color is #d862ca


#d862ca Border Color

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

This div border color is #d862ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d862ca


Comments

No comments written yet.

Please login to write comment.