Color Hex Logo

#d77099 Color Hex

#D77099
(215,112,153)
0 Favorites   0 Comments

Color spaces of #d77099

RGB 215112153
HSL0.930.560.64
HSV336°48°84°
CMYK 0.000.480.29   0.16
XYZ39.568328.335333.5208
Yxy28.33530.39010.2794
Hunter Lab53.230939.5309-0.0747
CIE-Lab60.190544.9344-3.6830

#d77099 color RGB value is (215,112,153).

#d77099 hex color red value is 215, green value is 112 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d77099 hue: 0.93 , saturation: 0.56 and the lightness value of d77099 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110000 10011001
Octal 327 160 231
Decimal 215 112 153
Hex D7 70 99

RGB Percentages of Color #d77099

%44.79
%23.33
%31.88

CMYK Percentages of Color #d77099

%0
%48
%29
%16

Triadic Colors of #d77099

#d77099 #99d770 #7099d7

Analogous Colors of #d77099

#d77099 #d77b70 #d770cd

Monochromatic Colors of #d77099

#d77099

Complementary Color

#d77099 #70d7ae

#d77099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77099 Color CSS Codes

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

#d77099 Text Font Color

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

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


#d77099 Background Color

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

This div background color is #d77099


#d77099 Border Color

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

This div border color is #d77099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77099


Comments

No comments written yet.

Please login to write comment.