Color Hex Logo

#d92eaa Color Hex

#D92EAA
(217,46,170)
0 Favorites   0 Comments

Color spaces of #d92eaa

RGB 21746170
HSL0.880.690.52
HSV316°79°85°
CMYK 0.000.790.22   0.15
XYZ36.848019.608039.8728
Yxy19.60800.38250.2036
Hunter Lab44.280971.0457-22.3911
CIE-Lab51.391174.1032-26.8962

#d92eaa color RGB value is (217,46,170).

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

The process color (four color CMYK) of #d92eaa color hex is 0.00, 0.79, 0.22, 0.15. Web safe color of #d92eaa is #cc3399. Color #d92eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101110 10101010
Octal 331 56 252
Decimal 217 46 170
Hex D9 2E AA

RGB Percentages of Color #d92eaa

%50.12
%10.62
%39.26

CMYK Percentages of Color #d92eaa

%0
%79
%22
%15

Triadic Colors of #d92eaa

#d92eaa #aad92e #2eaad9

Analogous Colors of #d92eaa

#d92eaa #d92e54 #b32ed9

Monochromatic Colors of #d92eaa

#d92eaa

Complementary Color

#d92eaa #2ed95d

#d92eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d92eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d92eaa Color CSS Codes

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

#d92eaa Text Font Color

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

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


#d92eaa Background Color

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

This div background color is #d92eaa


#d92eaa Border Color

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

This div border color is #d92eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d92eaa


Comments

No comments written yet.

Please login to write comment.