color codes Logo

#d3537b color codes

#D3537B
(211,83,123)
0 Favorites   0 Comments

Color spaces of #d3537b

RGB 21183123
HSL0.950.590.58
HSV341°61°83°
CMYK 0.000.610.42   0.17
XYZ33.532421.465521.1148
Yxy21.46550.44060.2820
Hunter Lab46.330948.11205.4108
CIE-Lab53.455253.92543.9867

#d3537b color RGB value is (211,83,123).

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

The process color (four color CMYK) of #d3537b color code is 0.00, 0.61, 0.42, 0.17. Web safe color of #d3537b is #cc6666. Color #d3537b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010011 01111011
Octal 323 123 173
Decimal 211 83 123
Hex D3 53 7B

RGB Percentages of Color #d3537b

%50.60
%19.90
%29.50

CMYK Percentages of Color #d3537b

%0
%61
%42
%17

Triadic Colors of #d3537b

#d3537b #7bd353 #537bd3

Analogous Colors of #d3537b

#d3537b #d36b53 #d353bb

Monochromatic Colors of #d3537b

#d3537b

Complementary Color

#d3537b #53d3ab

#d3537b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3537b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3537b Color CSS Codes

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

#d3537b Text Font Color

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

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


#d3537b Background Color

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

This div background color is #d3537b


#d3537b Border Color

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

This div border color is #d3537b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3537b


Comments

No comments written yet.

Please login to write comment.