Color Hex Logo

#d92f5a Color Hex

#D92F5A
(217,47,90)
0 Favorites   0 Comments

Color spaces of #d92f5a

RGB 2174790
HSL0.960.690.52
HSV345°78°85°
CMYK 0.000.780.59   0.15
XYZ31.477217.522911.3961
Yxy17.52290.52120.2901
Hunter Lab41.860460.968713.1611
CIE-Lab48.912266.136617.6646

#d92f5a color RGB value is (217,47,90).

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

The process color (four color CMYK) of #d92f5a color hex is 0.00, 0.78, 0.59, 0.15. Web safe color of #d92f5a is #cc3366. Color #d92f5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101111 01011010
Octal 331 57 132
Decimal 217 47 90
Hex D9 2F 5A

RGB Percentages of Color #d92f5a

%61.30
%13.28
%25.42

CMYK Percentages of Color #d92f5a

%0
%78
%59
%15

Triadic Colors of #d92f5a

#d92f5a #5ad92f #2f5ad9

Analogous Colors of #d92f5a

#d92f5a #d9592f #d92faf

Monochromatic Colors of #d92f5a

#d92f5a

Complementary Color

#d92f5a #2fd9ae

#d92f5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d92f5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d92f5a Color CSS Codes

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

#d92f5a Text Font Color

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

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


#d92f5a Background Color

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

This div background color is #d92f5a


#d92f5a Border Color

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

This div border color is #d92f5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d92f5a


Comments

No comments written yet.

Please login to write comment.