Color Hex Logo

#d842cb Color Hex

#D842CB
(216,66,203)
0 Favorites   0 Comments

Color spaces of #d842cb

RGB 21666203
HSL0.850.660.55
HSV305°69°85°
CMYK 0.000.690.06   0.15
XYZ41.046622.807258.7387
Yxy22.80720.33480.1860
Hunter Lab47.756969.8446-39.4941
CIE-Lab54.873272.4464-40.6162

#d842cb color RGB value is (216,66,203).

#d842cb hex color red value is 216, green value is 66 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d842cb hue: 0.85 , saturation: 0.66 and the lightness value of d842cb is 0.55.

The process color (four color CMYK) of #d842cb color hex is 0.00, 0.69, 0.06, 0.15. Web safe color of #d842cb is #cc33cc. Color #d842cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000010 11001011
Octal 330 102 313
Decimal 216 66 203
Hex D8 42 CB

RGB Percentages of Color #d842cb

%44.54
%13.61
%41.86

CMYK Percentages of Color #d842cb

%0
%69
%6
%15

Triadic Colors of #d842cb

#d842cb #cbd842 #42cbd8

Analogous Colors of #d842cb

#d842cb #d84280 #9a42d8

Monochromatic Colors of #d842cb

#d842cb

Complementary Color

#d842cb #42d84f

#d842cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d842cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d842cb Color CSS Codes

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

#d842cb Text Font Color

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

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


#d842cb Background Color

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

This div background color is #d842cb


#d842cb Border Color

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

This div border color is #d842cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d842cb


Comments

No comments written yet.

Please login to write comment.