Color Hex Logo

#d232ae Color Hex

#D232AE
(210,50,174)
0 Favorites   0 Comments

Color spaces of #d232ae

RGB 21050174
HSL0.870.640.51
HSV314°76°82°
CMYK 0.000.760.17   0.18
XYZ35.358919.038841.8556
Yxy19.03880.36740.1978
Hunter Lab43.633568.2910-26.3308
CIE-Lab50.732671.9627-30.3651

#d232ae color RGB value is (210,50,174).

#d232ae hex color red value is 210, green value is 50 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d232ae hue: 0.87 , saturation: 0.64 and the lightness value of d232ae is 0.51.

The process color (four color CMYK) of #d232ae color hex is 0.00, 0.76, 0.17, 0.18. Web safe color of #d232ae is #cc3399. Color #d232ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110010 10101110
Octal 322 62 256
Decimal 210 50 174
Hex D2 32 AE

RGB Percentages of Color #d232ae

%48.39
%11.52
%40.09

CMYK Percentages of Color #d232ae

%0
%76
%17
%18

Triadic Colors of #d232ae

#d232ae #aed232 #32aed2

Analogous Colors of #d232ae

#d232ae #d2325e #a632d2

Monochromatic Colors of #d232ae

#d232ae

Complementary Color

#d232ae #32d256

#d232ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d232ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d232ae Color CSS Codes

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

#d232ae Text Font Color

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

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


#d232ae Background Color

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

This div background color is #d232ae


#d232ae Border Color

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

This div border color is #d232ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d232ae


Comments

No comments written yet.

Please login to write comment.