Color Hex Logo

#d237a9 Color Hex

#D237A9
(210,55,169)
0 Favorites   0 Comments

Color spaces of #d237a9

RGB 21055169
HSL0.880.630.52
HSV316°74°82°
CMYK 0.000.740.20   0.18
XYZ35.106019.298639.4108
Yxy19.29860.37420.2057
Hunter Lab43.930265.7672-22.4393
CIE-Lab51.034769.8009-26.9557

#d237a9 color RGB value is (210,55,169).

#d237a9 hex color red value is 210, green value is 55 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #d237a9 hue: 0.88 , saturation: 0.63 and the lightness value of d237a9 is 0.52.

The process color (four color CMYK) of #d237a9 color hex is 0.00, 0.74, 0.20, 0.18. Web safe color of #d237a9 is #cc3399. Color #d237a9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110111 10101001
Octal 322 67 251
Decimal 210 55 169
Hex D2 37 A9

RGB Percentages of Color #d237a9

%48.39
%12.67
%38.94

CMYK Percentages of Color #d237a9

%0
%74
%20
%18

Triadic Colors of #d237a9

#d237a9 #a9d237 #37a9d2

Analogous Colors of #d237a9

#d237a9 #d2375b #ae37d2

Monochromatic Colors of #d237a9

#d237a9

Complementary Color

#d237a9 #37d260

#d237a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d237a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d237a9 Color CSS Codes

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

#d237a9 Text Font Color

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

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


#d237a9 Background Color

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

This div background color is #d237a9


#d237a9 Border Color

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

This div border color is #d237a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d237a9


Comments

No comments written yet.

Please login to write comment.