Color Hex Logo

#d90557 Color Hex

#D90557
(217,5,87)
0 Favorites   0 Comments

Color spaces of #d90557

RGB 217587
HSL0.940.950.44
HSV337°98°85°
CMYK 0.000.980.60   0.15
XYZ30.389815.548410.4162
Yxy15.54840.53930.2759
Hunter Lab39.431568.564811.9400
CIE-Lab46.376373.037016.0752

#d90557 color RGB value is (217,5,87).

#d90557 hex color red value is 217, green value is 5 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #d90557 hue: 0.94 , saturation: 0.95 and the lightness value of d90557 is 0.44.

The process color (four color CMYK) of #d90557 color hex is 0.00, 0.98, 0.60, 0.15. Web safe color of #d90557 is #cc0066. Color #d90557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000101 01010111
Octal 331 5 127
Decimal 217 5 87
Hex D9 5 57

RGB Percentages of Color #d90557

%70.23
%1.62
%28.16

CMYK Percentages of Color #d90557

%0
%98
%60
%15

Triadic Colors of #d90557

#d90557 #57d905 #0557d9

Analogous Colors of #d90557

#d90557 #d91d05 #d905c1

Monochromatic Colors of #d90557

#d90557

Complementary Color

#d90557 #05d987

#d90557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90557 Color CSS Codes

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

#d90557 Text Font Color

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

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


#d90557 Background Color

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

This div background color is #d90557


#d90557 Border Color

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

This div border color is #d90557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90557


Comments

No comments written yet.

Please login to write comment.