Color Hex Logo

#d237aa Color Hex

#D237AA
(210,55,170)
0 Favorites   0 Comments

Color spaces of #d237aa

RGB 21055170
HSL0.880.630.52
HSV315°74°82°
CMYK 0.000.740.19   0.18
XYZ35.200219.336339.9072
Yxy19.33630.37270.2047
Hunter Lab43.973165.9354-23.0268
CIE-Lab51.078469.9334-27.4765

#d237aa color RGB value is (210,55,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110111 10101010
Octal 322 67 252
Decimal 210 55 170
Hex D2 37 AA

RGB Percentages of Color #d237aa

%48.28
%12.64
%39.08

CMYK Percentages of Color #d237aa

%0
%74
%19
%18

Triadic Colors of #d237aa

#d237aa #aad237 #37aad2

Analogous Colors of #d237aa

#d237aa #d2375c #ad37d2

Monochromatic Colors of #d237aa

#d237aa

Complementary Color

#d237aa #37d25f

#d237aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d237aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d237aa Color CSS Codes

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

#d237aa Text Font Color

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

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


#d237aa Background Color

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

This div background color is #d237aa


#d237aa Border Color

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

This div border color is #d237aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d237aa


Comments

No comments written yet.

Please login to write comment.