Color Hex Logo

#d77594 Color Hex

#D77594
(215,117,148)
0 Favorites   0 Comments

Color spaces of #d77594

RGB 215117148
HSL0.950.550.65
HSV341°46°84°
CMYK 0.000.460.31   0.16
XYZ39.730929.307831.5799
Yxy29.30780.39490.2913
Hunter Lab54.136736.26193.3097
CIE-Lab61.052341.73020.4614

#d77594 color RGB value is (215,117,148).

#d77594 hex color red value is 215, green value is 117 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #d77594 hue: 0.95 , saturation: 0.55 and the lightness value of d77594 is 0.65.

The process color (four color CMYK) of #d77594 color hex is 0.00, 0.46, 0.31, 0.16. Web safe color of #d77594 is #cc6699. Color #d77594 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110101 10010100
Octal 327 165 224
Decimal 215 117 148
Hex D7 75 94

RGB Percentages of Color #d77594

%44.79
%24.38
%30.83

CMYK Percentages of Color #d77594

%0
%46
%31
%16

Triadic Colors of #d77594

#d77594 #94d775 #7594d7

Analogous Colors of #d77594

#d77594 #d78775 #d775c5

Monochromatic Colors of #d77594

#d77594

Complementary Color

#d77594 #75d7b8

#d77594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77594 Color CSS Codes

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

#d77594 Text Font Color

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

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


#d77594 Background Color

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

This div background color is #d77594


#d77594 Border Color

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

This div border color is #d77594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77594


Comments

No comments written yet.

Please login to write comment.