Color Hex Logo

#d372cb Color Hex

#D372CB
(211,114,203)
0 Favorites   0 Comments

Color spaces of #d372cb

RGB 211114203
HSL0.850.520.64
HSV305°46°83°
CMYK 0.000.460.04   0.17
XYZ43.660830.195360.0270
Yxy30.19530.32610.2255
Hunter Lab54.950345.6645-26.3025
CIE-Lab61.822450.3518-29.8166

#d372cb color RGB value is (211,114,203).

#d372cb hex color red value is 211, green value is 114 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d372cb hue: 0.85 , saturation: 0.52 and the lightness value of d372cb is 0.64.

The process color (four color CMYK) of #d372cb color hex is 0.00, 0.46, 0.04, 0.17. Web safe color of #d372cb is #cc66cc. Color #d372cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110010 11001011
Octal 323 162 313
Decimal 211 114 203
Hex D3 72 CB

RGB Percentages of Color #d372cb

%39.96
%21.59
%38.45

CMYK Percentages of Color #d372cb

%0
%46
%4
%17

Triadic Colors of #d372cb

#d372cb #cbd372 #72cbd3

Analogous Colors of #d372cb

#d372cb #d3729b #ab72d3

Monochromatic Colors of #d372cb

#d372cb

Complementary Color

#d372cb #72d37a

#d372cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d372cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d372cb Color CSS Codes

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

#d372cb Text Font Color

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

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


#d372cb Background Color

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

This div background color is #d372cb


#d372cb Border Color

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

This div border color is #d372cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d372cb


Comments

No comments written yet.

Please login to write comment.