Color Hex Logo

#d35977 Color Hex

#D35977
(211,89,119)
0 Favorites   0 Comments

Color spaces of #d35977

RGB 21189119
HSL0.960.580.59
HSV345°58°83°
CMYK 0.000.580.44   0.17
XYZ33.766122.325619.9824
Yxy22.32560.44390.2935
Hunter Lab47.250044.87348.0008
CIE-Lab54.370850.79807.6729

#d35977 color RGB value is (211,89,119).

#d35977 hex color red value is 211, green value is 89 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #d35977 hue: 0.96 , saturation: 0.58 and the lightness value of d35977 is 0.59.

The process color (four color CMYK) of #d35977 color hex is 0.00, 0.58, 0.44, 0.17. Web safe color of #d35977 is #cc6666. Color #d35977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011001 01110111
Octal 323 131 167
Decimal 211 89 119
Hex D3 59 77

RGB Percentages of Color #d35977

%50.36
%21.24
%28.40

CMYK Percentages of Color #d35977

%0
%58
%44
%17

Triadic Colors of #d35977

#d35977 #77d359 #5977d3

Analogous Colors of #d35977

#d35977 #d37859 #d359b4

Monochromatic Colors of #d35977

#d35977

Complementary Color

#d35977 #59d3b5

#d35977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35977 Color CSS Codes

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

#d35977 Text Font Color

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

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


#d35977 Background Color

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

This div background color is #d35977


#d35977 Border Color

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

This div border color is #d35977


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,89,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d35977; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d35977;
  -webkit-box-shadow: 1px 1px 3px 2px #d35977;
  box-shadow:         1px 1px 3px 2px #d35977; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,89,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35977


Comments

No comments written yet.

Please login to write comment.