Color Hex Logo

#d3536a Color Hex

#D3536A
(211,83,106)
0 Favorites   0 Comments

Color spaces of #d3536a

RGB 21183106
HSL0.970.590.58
HSV349°61°83°
CMYK 0.000.610.50   0.17
XYZ32.558721.076015.9877
Yxy21.07600.46760.3027
Hunter Lab45.908646.253411.4882
CIE-Lab53.032652.293913.5088

#d3536a color RGB value is (211,83,106).

#d3536a hex color red value is 211, green value is 83 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #d3536a hue: 0.97 , saturation: 0.59 and the lightness value of d3536a is 0.58.

The process color (four color CMYK) of #d3536a color hex is 0.00, 0.61, 0.50, 0.17. Web safe color of #d3536a is #cc6666. Color #d3536a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010011 01101010
Octal 323 123 152
Decimal 211 83 106
Hex D3 53 6A

RGB Percentages of Color #d3536a

%52.75
%20.75
%26.50

CMYK Percentages of Color #d3536a

%0
%61
%50
%17

Triadic Colors of #d3536a

#d3536a #6ad353 #536ad3

Analogous Colors of #d3536a

#d3536a #d37c53 #d353aa

Monochromatic Colors of #d3536a

#d3536a

Complementary Color

#d3536a #53d3bc

#d3536a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3536a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3536a Color CSS Codes

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

#d3536a Text Font Color

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

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


#d3536a Background Color

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

This div background color is #d3536a


#d3536a Border Color

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

This div border color is #d3536a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3536a


Comments

No comments written yet.

Please login to write comment.