Color Hex Logo

#d83477 Color Hex

#D83477
(216,52,119)
0 Favorites   0 Comments

Color spaces of #d83477

RGB 21652119
HSL0.930.680.53
HSV335°76°85°
CMYK 0.000.760.45   0.15
XYZ32.876718.386819.2690
Yxy18.38680.46610.2607
Hunter Lab42.879861.81933.3726
CIE-Lab49.961966.66471.4404

#d83477 color RGB value is (216,52,119).

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

The process color (four color CMYK) of #d83477 color hex is 0.00, 0.76, 0.45, 0.15. Web safe color of #d83477 is #cc3366. Color #d83477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110100 01110111
Octal 330 64 167
Decimal 216 52 119
Hex D8 34 77

RGB Percentages of Color #d83477

%55.81
%13.44
%30.75

CMYK Percentages of Color #d83477

%0
%76
%45
%15

Triadic Colors of #d83477

#d83477 #77d834 #3477d8

Analogous Colors of #d83477

#d83477 #d84334 #d834c9

Monochromatic Colors of #d83477

#d83477

Complementary Color

#d83477 #34d895

#d83477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83477 Color CSS Codes

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

#d83477 Text Font Color

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

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


#d83477 Background Color

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

This div background color is #d83477


#d83477 Border Color

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

This div border color is #d83477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83477


Comments

No comments written yet.

Please login to write comment.