Color Hex Logo

#d5535f Color Hex

#D5535F
(213,83,95)
0 Favorites   0 Comments

Color spaces of #d5535f

RGB 2138395
HSL0.980.610.58
HSV354°61°84°
CMYK 0.000.610.55   0.16
XYZ32.599421.158913.1924
Yxy21.15890.48690.3160
Hunter Lab45.998846.005215.1949
CIE-Lab53.123052.050020.2119

#d5535f color RGB value is (213,83,95).

#d5535f hex color red value is 213, green value is 83 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d5535f hue: 0.98 , saturation: 0.61 and the lightness value of d5535f is 0.58.

The process color (four color CMYK) of #d5535f color hex is 0.00, 0.61, 0.55, 0.16. Web safe color of #d5535f is #cc6666. Color #d5535f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010011 01011111
Octal 325 123 137
Decimal 213 83 95
Hex D5 53 5F

RGB Percentages of Color #d5535f

%54.48
%21.23
%24.30

CMYK Percentages of Color #d5535f

%0
%61
%55
%16

Triadic Colors of #d5535f

#d5535f #5fd553 #535fd5

Analogous Colors of #d5535f

#d5535f #d58853 #d553a0

Monochromatic Colors of #d5535f

#d5535f

Complementary Color

#d5535f #53d5c9

#d5535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5535f Color CSS Codes

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

#d5535f Text Font Color

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

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


#d5535f Background Color

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

This div background color is #d5535f


#d5535f Border Color

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

This div border color is #d5535f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5535f


Comments

No comments written yet.

Please login to write comment.