Color Hex Logo

#d221cb Color Hex

#D221CB
(210,33,203)
0 Favorites   0 Comments

Color spaces of #d221cb

RGB 21033203
HSL0.840.730.48
HSV302°84°82°
CMYK 0.000.840.03   0.18
XYZ37.901719.101158.1892
Yxy19.10110.32900.1658
Hunter Lab43.704878.3154-48.3462
CIE-Lab50.805380.0707-47.1206

#d221cb color RGB value is (210,33,203).

#d221cb hex color red value is 210, green value is 33 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d221cb hue: 0.84 , saturation: 0.73 and the lightness value of d221cb is 0.48.

The process color (four color CMYK) of #d221cb color hex is 0.00, 0.84, 0.03, 0.18. Web safe color of #d221cb is #cc33cc. Color #d221cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100001 11001011
Octal 322 41 313
Decimal 210 33 203
Hex D2 21 CB

RGB Percentages of Color #d221cb

%47.09
%7.40
%45.52

CMYK Percentages of Color #d221cb

%0
%84
%3
%18

Triadic Colors of #d221cb

#d221cb #cbd221 #21cbd2

Analogous Colors of #d221cb

#d221cb #d22173 #8121d2

Monochromatic Colors of #d221cb

#d221cb

Complementary Color

#d221cb #21d228

#d221cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d221cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d221cb Color CSS Codes

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

#d221cb Text Font Color

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

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


#d221cb Background Color

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

This div background color is #d221cb


#d221cb Border Color

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

This div border color is #d221cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d221cb


Comments

No comments written yet.

Please login to write comment.