Color Hex Logo

#d639cb Color Hex

#D639CB
(214,57,203)
0 Favorites   0 Comments

Color spaces of #d639cb

RGB 21457203
HSL0.850.660.53
HSV304°73°84°
CMYK 0.000.730.05   0.16
XYZ39.974221.534258.5496
Yxy21.53420.33300.1794
Hunter Lab46.405072.5550-42.3233
CIE-Lab53.529374.9188-42.7584

#d639cb color RGB value is (214,57,203).

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

The process color (four color CMYK) of #d639cb color hex is 0.00, 0.73, 0.05, 0.16. Web safe color of #d639cb is #cc33cc. Color #d639cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111001 11001011
Octal 326 71 313
Decimal 214 57 203
Hex D6 39 CB

RGB Percentages of Color #d639cb

%45.15
%12.03
%42.83

CMYK Percentages of Color #d639cb

%0
%73
%5
%16

Triadic Colors of #d639cb

#d639cb #cbd639 #39cbd6

Analogous Colors of #d639cb

#d639cb #d6397d #9339d6

Monochromatic Colors of #d639cb

#d639cb

Complementary Color

#d639cb #39d644

#d639cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d639cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d639cb Color CSS Codes

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

#d639cb Text Font Color

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

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


#d639cb Background Color

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

This div background color is #d639cb


#d639cb Border Color

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

This div border color is #d639cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d639cb


Comments

No comments written yet.

Please login to write comment.