Color Hex Logo

#d92eaf Color Hex

#D92EAF
(217,46,175)
0 Favorites   0 Comments

Color spaces of #d92eaf

RGB 21746175
HSL0.870.690.52
HSV315°79°85°
CMYK 0.000.790.19   0.15
XYZ37.330119.800842.4119
Yxy19.80080.37500.1989
Hunter Lab44.498171.8746-25.3617
CIE-Lab51.611274.7373-29.4916

#d92eaf color RGB value is (217,46,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101110 10101111
Octal 331 56 257
Decimal 217 46 175
Hex D9 2E AF

RGB Percentages of Color #d92eaf

%49.54
%10.50
%39.95

CMYK Percentages of Color #d92eaf

%0
%79
%19
%15

Triadic Colors of #d92eaf

#d92eaf #afd92e #2eafd9

Analogous Colors of #d92eaf

#d92eaf #d92e5a #ae2ed9

Monochromatic Colors of #d92eaf

#d92eaf

Complementary Color

#d92eaf #2ed958

#d92eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d92eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d92eaf Color CSS Codes

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

#d92eaf Text Font Color

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

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


#d92eaf Background Color

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

This div background color is #d92eaf


#d92eaf Border Color

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

This div border color is #d92eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,46,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d92eaf


Comments

No comments written yet.

Please login to write comment.