Color Hex Logo

#d962cb Color Hex

#D962CB
(217,98,203)
0 Favorites   0 Comments

Color spaces of #d962cb

RGB 21798203
HSL0.850.610.62
HSV307°55°85°
CMYK 0.000.550.06   0.15
XYZ43.762427.798959.5591
Yxy27.79890.33380.2120
Hunter Lab52.724755.8900-30.0682
CIE-Lab59.706659.7705-33.0372

#d962cb color RGB value is (217,98,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100010 11001011
Octal 331 142 313
Decimal 217 98 203
Hex D9 62 CB

RGB Percentages of Color #d962cb

%41.89
%18.92
%39.19

CMYK Percentages of Color #d962cb

%0
%55
%6
%15

Triadic Colors of #d962cb

#d962cb #cbd962 #62cbd9

Analogous Colors of #d962cb

#d962cb #d96290 #ac62d9

Monochromatic Colors of #d962cb

#d962cb

Complementary Color

#d962cb #62d970

#d962cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d962cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d962cb Color CSS Codes

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

#d962cb Text Font Color

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

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


#d962cb Background Color

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

This div background color is #d962cb


#d962cb Border Color

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

This div border color is #d962cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,98,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d962cb


Comments

No comments written yet.

Please login to write comment.