Color Hex Logo

#d90575 Color Hex

#D90575
(217,5,117)
0 Favorites   0 Comments

Color spaces of #d90575

RGB 2175117
HSL0.910.950.44
HSV328°98°85°
CMYK 0.000.980.46   0.15
XYZ31.880416.144618.2656
Yxy16.14460.48090.2435
Hunter Lab40.180371.31211.1736
CIE-Lab47.163675.1445-1.4003

#d90575 color RGB value is (217,5,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000101 01110101
Octal 331 5 165
Decimal 217 5 117
Hex D9 5 75

RGB Percentages of Color #d90575

%64.01
%1.47
%34.51

CMYK Percentages of Color #d90575

%0
%98
%46
%15

Triadic Colors of #d90575

#d90575 #75d905 #0575d9

Analogous Colors of #d90575

#d90575 #d9050b #d305d9

Monochromatic Colors of #d90575

#d90575

Complementary Color

#d90575 #05d969

#d90575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90575 Color CSS Codes

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

#d90575 Text Font Color

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

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


#d90575 Background Color

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

This div background color is #d90575


#d90575 Border Color

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

This div border color is #d90575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90575


Comments

No comments written yet.

Please login to write comment.