Color Hex Logo

#d2209b Color Hex

#D2209B
(210,32,155)
0 Favorites   0 Comments

Color spaces of #d2209b

RGB 21032155
HSL0.880.740.47
HSV319°85°82°
CMYK 0.000.850.26   0.18
XYZ33.011217.101232.5713
Yxy17.10120.39920.2068
Hunter Lab41.353670.1218-17.7510
CIE-Lab48.387373.9300-22.7460

#d2209b color RGB value is (210,32,155).

#d2209b hex color red value is 210, green value is 32 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d2209b hue: 0.88 , saturation: 0.74 and the lightness value of d2209b is 0.47.

The process color (four color CMYK) of #d2209b color hex is 0.00, 0.85, 0.26, 0.18. Web safe color of #d2209b is #cc3399. Color #d2209b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100000 10011011
Octal 322 40 233
Decimal 210 32 155
Hex D2 20 9B

RGB Percentages of Color #d2209b

%52.90
%8.06
%39.04

CMYK Percentages of Color #d2209b

%0
%85
%26
%18

Triadic Colors of #d2209b

#d2209b #9bd220 #209bd2

Analogous Colors of #d2209b

#d2209b #d22042 #b020d2

Monochromatic Colors of #d2209b

#d2209b

Complementary Color

#d2209b #20d257

#d2209b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2209b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2209b Color CSS Codes

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

#d2209b Text Font Color

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

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


#d2209b Background Color

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

This div background color is #d2209b


#d2209b Border Color

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

This div border color is #d2209b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,32,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2209b


Comments

No comments written yet.

Please login to write comment.