Color Hex Logo

#d23aaa Color Hex

#D23AAA
(210,58,170)
0 Favorites   0 Comments

Color spaces of #d23aaa

RGB 21058170
HSL0.880.630.53
HSV316°72°82°
CMYK 0.000.720.19   0.18
XYZ35.347119.630039.9562
Yxy19.63000.37230.2068
Hunter Lab44.305864.8721-22.4554
CIE-Lab51.416368.9757-26.9524

#d23aaa color RGB value is (210,58,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111010 10101010
Octal 322 72 252
Decimal 210 58 170
Hex D2 3A AA

RGB Percentages of Color #d23aaa

%47.95
%13.24
%38.81

CMYK Percentages of Color #d23aaa

%0
%72
%19
%18

Triadic Colors of #d23aaa

#d23aaa #aad23a #3aaad2

Analogous Colors of #d23aaa

#d23aaa #d23a5e #ae3ad2

Monochromatic Colors of #d23aaa

#d23aaa

Complementary Color

#d23aaa #3ad262

#d23aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23aaa Color CSS Codes

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

#d23aaa Text Font Color

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

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


#d23aaa Background Color

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

This div background color is #d23aaa


#d23aaa Border Color

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

This div border color is #d23aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,58,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 #d23aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23aaa


Comments

No comments written yet.

Please login to write comment.