Color Hex Logo

#d53876 Color Hex

#D53876
(213,56,118)
0 Favorites   0 Comments

Color spaces of #d53876

RGB 21356118
HSL0.930.650.53
HSV336°74°84°
CMYK 0.000.740.45   0.16
XYZ32.124818.282518.9753
Yxy18.28250.46300.2635
Hunter Lab42.758059.28333.6187
CIE-Lab49.837064.50701.7984

#d53876 color RGB value is (213,56,118).

#d53876 hex color red value is 213, green value is 56 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #d53876 hue: 0.93 , saturation: 0.65 and the lightness value of d53876 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111000 01110110
Octal 325 70 166
Decimal 213 56 118
Hex D5 38 76

RGB Percentages of Color #d53876

%55.04
%14.47
%30.49

CMYK Percentages of Color #d53876

%0
%74
%45
%16

Triadic Colors of #d53876

#d53876 #76d538 #3876d5

Analogous Colors of #d53876

#d53876 #d54838 #d538c5

Monochromatic Colors of #d53876

#d53876

Complementary Color

#d53876 #38d597

#d53876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53876 Color CSS Codes

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

#d53876 Text Font Color

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

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


#d53876 Background Color

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

This div background color is #d53876


#d53876 Border Color

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

This div border color is #d53876


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,56,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d53876; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d53876;
  -webkit-box-shadow: 1px 1px 3px 2px #d53876;
  box-shadow:         1px 1px 3px 2px #d53876; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,56,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53876


Comments

No comments written yet.

Please login to write comment.