Color Hex Logo

#d021cb Color Hex

#D021CB
(208,33,203)
0 Favorites   0 Comments

Color spaces of #d021cb

RGB 20833203
HSL0.840.730.47
HSV302°84°82°
CMYK 0.000.840.02   0.18
XYZ37.335818.809458.1627
Yxy18.80940.32660.1646
Hunter Lab43.369877.7683-49.1542
CIE-Lab50.463579.7033-47.6853

#d021cb color RGB value is (208,33,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100001 11001011
Octal 320 41 313
Decimal 208 33 203
Hex D0 21 CB

RGB Percentages of Color #d021cb

%46.85
%7.43
%45.72

CMYK Percentages of Color #d021cb

%0
%84
%2
%18

Triadic Colors of #d021cb

#d021cb #cbd021 #21cbd0

Analogous Colors of #d021cb

#d021cb #d02174 #7e21d0

Monochromatic Colors of #d021cb

#d021cb

Complementary Color

#d021cb #21d026

#d021cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d021cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d021cb Color CSS Codes

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

#d021cb Text Font Color

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

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


#d021cb Background Color

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

This div background color is #d021cb


#d021cb Border Color

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

This div border color is #d021cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d021cb


Comments

No comments written yet.

Please login to write comment.