Color Hex Logo

#d23eaa Color Hex

#D23EAA
(210,62,170)
0 Favorites   0 Comments

Color spaces of #d23eaa

RGB 21062170
HSL0.880.620.53
HSV316°70°82°
CMYK 0.000.700.19   0.18
XYZ35.556720.049240.0260
Yxy20.04920.37180.2096
Hunter Lab44.776363.3875-21.6565
CIE-Lab51.892867.6311-26.2142

#d23eaa color RGB value is (210,62,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111110 10101010
Octal 322 76 252
Decimal 210 62 170
Hex D2 3E AA

RGB Percentages of Color #d23eaa

%47.51
%14.03
%38.46

CMYK Percentages of Color #d23eaa

%0
%70
%19
%18

Triadic Colors of #d23eaa

#d23eaa #aad23e #3eaad2

Analogous Colors of #d23eaa

#d23eaa #d23e60 #b03ed2

Monochromatic Colors of #d23eaa

#d23eaa

Complementary Color

#d23eaa #3ed266

#d23eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23eaa Color CSS Codes

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

#d23eaa Text Font Color

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

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


#d23eaa Background Color

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

This div background color is #d23eaa


#d23eaa Border Color

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

This div border color is #d23eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23eaa


Comments

No comments written yet.

Please login to write comment.