Color Hex Logo

#d77493 Color Hex

#D77493
(215,116,147)
0 Favorites   0 Comments

Color spaces of #d77493

RGB 215116147
HSL0.950.550.65
HSV341°46°84°
CMYK 0.000.460.32   0.16
XYZ39.536229.044431.1261
Yxy29.04440.39650.2913
Hunter Lab53.892936.63643.4818
CIE-Lab60.820842.11650.6994

#d77493 color RGB value is (215,116,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110100 10010011
Octal 327 164 223
Decimal 215 116 147
Hex D7 74 93

RGB Percentages of Color #d77493

%44.98
%24.27
%30.75

CMYK Percentages of Color #d77493

%0
%46
%32
%16

Triadic Colors of #d77493

#d77493 #93d774 #7493d7

Analogous Colors of #d77493

#d77493 #d78774 #d774c5

Monochromatic Colors of #d77493

#d77493

Complementary Color

#d77493 #74d7b8

#d77493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77493 Color CSS Codes

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

#d77493 Text Font Color

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

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


#d77493 Background Color

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

This div background color is #d77493


#d77493 Border Color

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

This div border color is #d77493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77493


Comments

No comments written yet.

Please login to write comment.