Color Hex Logo

#d50527 Color Hex

#D50527
(213,5,39)
0 Favorites   0 Comments

Color spaces of #d50527

RGB 213539
HSL0.970.950.43
HSV350°98°84°
CMYK 0.000.980.82   0.16
XYZ27.861114.40123.2307
Yxy14.40120.61240.3166
Hunter Lab37.948964.639421.5167
CIE-Lab44.802970.060242.9157

#d50527 color RGB value is (213,5,39).

#d50527 hex color red value is 213, green value is 5 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #d50527 hue: 0.97 , saturation: 0.95 and the lightness value of d50527 is 0.43.

The process color (four color CMYK) of #d50527 color hex is 0.00, 0.98, 0.82, 0.16. Web safe color of #d50527 is #cc0033. Color #d50527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000101 00100111
Octal 325 5 47
Decimal 213 5 39
Hex D5 5 27

RGB Percentages of Color #d50527

%82.88
%1.95
%15.18

CMYK Percentages of Color #d50527

%0
%98
%82
%16

Triadic Colors of #d50527

#d50527 #27d505 #0527d5

Analogous Colors of #d50527

#d50527 #d54b05 #d5058f

Monochromatic Colors of #d50527

#d50527

Complementary Color

#d50527 #05d5b3

#d50527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50527 Color CSS Codes

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

#d50527 Text Font Color

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

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


#d50527 Background Color

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

This div background color is #d50527


#d50527 Border Color

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

This div border color is #d50527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50527


Comments

No comments written yet.

Please login to write comment.