Color Hex Logo

#d77494 Color Hex

#D77494
(215,116,148)
0 Favorites   0 Comments

Color spaces of #d77494

RGB 215116148
HSL0.950.550.65
HSV341°46°84°
CMYK 0.000.460.31   0.16
XYZ39.615029.076031.5413
Yxy29.07600.39520.2901
Hunter Lab53.922236.77483.0643
CIE-Lab60.848642.24420.1642

#d77494 color RGB value is (215,116,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110100 10010100
Octal 327 164 224
Decimal 215 116 148
Hex D7 74 94

RGB Percentages of Color #d77494

%44.89
%24.22
%30.90

CMYK Percentages of Color #d77494

%0
%46
%31
%16

Triadic Colors of #d77494

#d77494 #94d774 #7494d7

Analogous Colors of #d77494

#d77494 #d78674 #d774c6

Monochromatic Colors of #d77494

#d77494

Complementary Color

#d77494 #74d7b7

#d77494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77494 Color CSS Codes

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

#d77494 Text Font Color

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

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


#d77494 Background Color

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

This div background color is #d77494


#d77494 Border Color

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

This div border color is #d77494


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,116,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 #d77494">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77494


Comments

No comments written yet.

Please login to write comment.