Color Hex Logo

#d75990 Color Hex

#D75990
(215,89,144)
0 Favorites   0 Comments

Color spaces of #d75990

RGB 21589144
HSL0.930.610.60
HSV334°59°84°
CMYK 0.000.590.33   0.16
XYZ36.630823.605429.0112
Yxy23.60540.41040.2645
Hunter Lab48.585449.5551-1.3933
CIE-Lab55.690554.8533-5.0917

#d75990 color RGB value is (215,89,144).

#d75990 hex color red value is 215, green value is 89 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d75990 hue: 0.93 , saturation: 0.61 and the lightness value of d75990 is 0.60.

The process color (four color CMYK) of #d75990 color hex is 0.00, 0.59, 0.33, 0.16. Web safe color of #d75990 is #cc6699. Color #d75990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011001 10010000
Octal 327 131 220
Decimal 215 89 144
Hex D7 59 90

RGB Percentages of Color #d75990

%47.99
%19.87
%32.14

CMYK Percentages of Color #d75990

%0
%59
%33
%16

Triadic Colors of #d75990

#d75990 #90d759 #5990d7

Analogous Colors of #d75990

#d75990 #d76159 #d759cf

Monochromatic Colors of #d75990

#d75990

Complementary Color

#d75990 #59d7a0

#d75990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75990 Color CSS Codes

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

#d75990 Text Font Color

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

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


#d75990 Background Color

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

This div background color is #d75990


#d75990 Border Color

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

This div border color is #d75990


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,89,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d75990; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d75990;
  -webkit-box-shadow: 1px 1px 3px 2px #d75990;
  box-shadow:         1px 1px 3px 2px #d75990; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,89,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75990


Comments

No comments written yet.

Please login to write comment.