Color Hex Logo

#d75499 Color Hex

#D75499
(215,84,153)
0 Favorites   0 Comments

Color spaces of #d75499

RGB 21584153
HSL0.910.620.59
HSV328°61°84°
CMYK 0.000.610.29   0.16
XYZ36.944423.087632.6462
Yxy23.08760.39860.2491
Hunter Lab48.049653.1586-6.6486
CIE-Lab55.162558.1649-11.1671

#d75499 color RGB value is (215,84,153).

#d75499 hex color red value is 215, green value is 84 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d75499 hue: 0.91 , saturation: 0.62 and the lightness value of d75499 is 0.59.

The process color (four color CMYK) of #d75499 color hex is 0.00, 0.61, 0.29, 0.16. Web safe color of #d75499 is #cc6699. Color #d75499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010100 10011001
Octal 327 124 231
Decimal 215 84 153
Hex D7 54 99

RGB Percentages of Color #d75499

%47.57
%18.58
%33.85

CMYK Percentages of Color #d75499

%0
%61
%29
%16

Triadic Colors of #d75499

#d75499 #99d754 #5499d7

Analogous Colors of #d75499

#d75499 #d75458 #d454d7

Monochromatic Colors of #d75499

#d75499

Complementary Color

#d75499 #54d792

#d75499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75499 Color CSS Codes

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

#d75499 Text Font Color

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

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


#d75499 Background Color

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

This div background color is #d75499


#d75499 Border Color

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

This div border color is #d75499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75499


Comments

No comments written yet.

Please login to write comment.