Color Hex Logo

#d0215e Color Hex

#D0215E
(208,33,94)
0 Favorites   0 Comments

Color spaces of #d0215e

RGB 2083394
HSL0.940.730.47
HSV339°84°82°
CMYK 0.000.840.55   0.18
XYZ28.576715.305812.0378
Yxy15.30580.51100.2737
Hunter Lab39.122661.91889.1427
CIE-Lab46.050267.503410.9932

#d0215e color RGB value is (208,33,94).

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

The process color (four color CMYK) of #d0215e color hex is 0.00, 0.84, 0.55, 0.18. Web safe color of #d0215e is #cc3366. Color #d0215e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100001 01011110
Octal 320 41 136
Decimal 208 33 94
Hex D0 21 5E

RGB Percentages of Color #d0215e

%62.09
%9.85
%28.06

CMYK Percentages of Color #d0215e

%0
%84
%55
%18

Triadic Colors of #d0215e

#d0215e #5ed021 #215ed0

Analogous Colors of #d0215e

#d0215e #d03c21 #d021b6

Monochromatic Colors of #d0215e

#d0215e

Complementary Color

#d0215e #21d093

#d0215e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0215e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0215e Color CSS Codes

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

#d0215e Text Font Color

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

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


#d0215e Background Color

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

This div background color is #d0215e


#d0215e Border Color

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

This div border color is #d0215e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,33,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d0215e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0215e


Comments

No comments written yet.

Please login to write comment.