Color Hex Logo

#d75885 Color Hex

#D75885
(215,88,133)
0 Favorites   0 Comments

Color spaces of #d75885

RGB 21588133
HSL0.940.610.59
HSV339°59°84°
CMYK 0.000.590.38   0.16
XYZ35.747723.120024.7688
Yxy23.12000.42740.2764
Hunter Lab48.083348.56093.1166
CIE-Lab55.195754.03820.6618

#d75885 color RGB value is (215,88,133).

#d75885 hex color red value is 215, green value is 88 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #d75885 hue: 0.94 , saturation: 0.61 and the lightness value of d75885 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011000 10000101
Octal 327 130 205
Decimal 215 88 133
Hex D7 58 85

RGB Percentages of Color #d75885

%49.31
%20.18
%30.50

CMYK Percentages of Color #d75885

%0
%59
%38
%16

Triadic Colors of #d75885

#d75885 #85d758 #5885d7

Analogous Colors of #d75885

#d75885 #d76b58 #d758c5

Monochromatic Colors of #d75885

#d75885

Complementary Color

#d75885 #58d7aa

#d75885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75885 Color CSS Codes

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

#d75885 Text Font Color

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

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


#d75885 Background Color

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

This div background color is #d75885


#d75885 Border Color

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

This div border color is #d75885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75885


Comments

No comments written yet.

Please login to write comment.