Color Hex Logo

#d74977 Color Hex

#D74977
(215,73,119)
0 Favorites   0 Comments

Color spaces of #d74977

RGB 21573119
HSL0.950.640.56
HSV341°66°84°
CMYK 0.000.660.45   0.16
XYZ33.736620.544119.6400
Yxy20.54410.45640.2779
Hunter Lab45.325653.54076.0370
CIE-Lab52.446958.98755.0087

#d74977 color RGB value is (215,73,119).

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

The process color (four color CMYK) of #d74977 color hex is 0.00, 0.66, 0.45, 0.16. Web safe color of #d74977 is #cc3366. Color #d74977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001001 01110111
Octal 327 111 167
Decimal 215 73 119
Hex D7 49 77

RGB Percentages of Color #d74977

%52.83
%17.94
%29.24

CMYK Percentages of Color #d74977

%0
%66
%45
%16

Triadic Colors of #d74977

#d74977 #77d749 #4977d7

Analogous Colors of #d74977

#d74977 #d76249 #d749be

Monochromatic Colors of #d74977

#d74977

Complementary Color

#d74977 #49d7a9

#d74977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74977 Color CSS Codes

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

#d74977 Text Font Color

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

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


#d74977 Background Color

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

This div background color is #d74977


#d74977 Border Color

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

This div border color is #d74977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74977


Comments

No comments written yet.

Please login to write comment.