Color Hex Logo

#d92faa Color Hex

#D92FAA
(217,47,170)
0 Favorites   0 Comments

Color spaces of #d92faa

RGB 21747170
HSL0.880.690.52
HSV317°78°85°
CMYK 0.000.780.22   0.15
XYZ36.887519.687039.8860
Yxy19.68700.38240.2041
Hunter Lab44.370070.7503-22.2391
CIE-Lab51.481573.8438-26.7561

#d92faa color RGB value is (217,47,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101111 10101010
Octal 331 57 252
Decimal 217 47 170
Hex D9 2F AA

RGB Percentages of Color #d92faa

%50.00
%10.83
%39.17

CMYK Percentages of Color #d92faa

%0
%78
%22
%15

Triadic Colors of #d92faa

#d92faa #aad92f #2faad9

Analogous Colors of #d92faa

#d92faa #d92f55 #b32fd9

Monochromatic Colors of #d92faa

#d92faa

Complementary Color

#d92faa #2fd95e

#d92faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d92faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d92faa Color CSS Codes

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

#d92faa Text Font Color

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

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


#d92faa Background Color

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

This div background color is #d92faa


#d92faa Border Color

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

This div border color is #d92faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d92faa


Comments

No comments written yet.

Please login to write comment.