Color Hex Logo

#d7535a Color Hex

#D7535A
(215,83,90)
0 Favorites   0 Comments

Color spaces of #d7535a

RGB 2158390
HSL0.990.620.58
HSV357°61°84°
CMYK 0.000.610.58   0.16
XYZ32.963121.371812.0607
Yxy21.37180.49650.3219
Hunter Lab46.229646.373916.8928
CIE-Lab53.354052.350823.5251

#d7535a color RGB value is (215,83,90).

#d7535a hex color red value is 215, green value is 83 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #d7535a hue: 0.99 , saturation: 0.62 and the lightness value of d7535a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010011 01011010
Octal 327 123 132
Decimal 215 83 90
Hex D7 53 5A

RGB Percentages of Color #d7535a

%55.41
%21.39
%23.20

CMYK Percentages of Color #d7535a

%0
%61
%58
%16

Triadic Colors of #d7535a

#d7535a #5ad753 #535ad7

Analogous Colors of #d7535a

#d7535a #d78e53 #d7539c

Monochromatic Colors of #d7535a

#d7535a

Complementary Color

#d7535a #53d7d0

#d7535a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7535a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7535a Color CSS Codes

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

#d7535a Text Font Color

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

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


#d7535a Background Color

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

This div background color is #d7535a


#d7535a Border Color

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

This div border color is #d7535a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7535a


Comments

No comments written yet.

Please login to write comment.