Color Hex Logo

#d8377a Color Hex

#D8377A
(216,55,122)
0 Favorites   0 Comments

Color spaces of #d8377a

RGB 21655122
HSL0.930.670.53
HSV335°75°85°
CMYK 0.000.750.44   0.15
XYZ33.197918.736420.2791
Yxy18.73640.45970.2595
Hunter Lab43.285661.15102.5228
CIE-Lab50.377466.01340.2279

#d8377a color RGB value is (216,55,122).

#d8377a hex color red value is 216, green value is 55 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #d8377a hue: 0.93 , saturation: 0.67 and the lightness value of d8377a is 0.53.

The process color (four color CMYK) of #d8377a color hex is 0.00, 0.75, 0.44, 0.15. Web safe color of #d8377a is #cc3366. Color #d8377a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110111 01111010
Octal 330 67 172
Decimal 216 55 122
Hex D8 37 7A

RGB Percentages of Color #d8377a

%54.96
%13.99
%31.04

CMYK Percentages of Color #d8377a

%0
%75
%44
%15

Triadic Colors of #d8377a

#d8377a #7ad837 #377ad8

Analogous Colors of #d8377a

#d8377a #d84437 #d837cb

Monochromatic Colors of #d8377a

#d8377a

Complementary Color

#d8377a #37d895

#d8377a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8377a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8377a Color CSS Codes

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

#d8377a Text Font Color

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

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


#d8377a Background Color

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

This div background color is #d8377a


#d8377a Border Color

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

This div border color is #d8377a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,55,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8377a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8377a;
  -webkit-box-shadow: 1px 1px 3px 2px #d8377a;
  box-shadow:         1px 1px 3px 2px #d8377a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,55,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8377a


Comments

No comments written yet.

Please login to write comment.