Color Hex Logo

#d1536b Color Hex

#D1536B
(209,83,107)
0 Favorites   0 Comments

Color spaces of #d1536b

RGB 20983107
HSL0.970.580.57
HSV349°60°82°
CMYK 0.000.600.49   0.18
XYZ32.041620.803416.2366
Yxy20.80340.46380.3011
Hunter Lab45.610745.577710.8214
CIE-Lab52.733751.720412.4487

#d1536b color RGB value is (209,83,107).

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

The process color (four color CMYK) of #d1536b color hex is 0.00, 0.60, 0.49, 0.18. Web safe color of #d1536b is #cc6666. Color #d1536b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 01101011
Octal 321 123 153
Decimal 209 83 107
Hex D1 53 6B

RGB Percentages of Color #d1536b

%52.38
%20.80
%26.82

CMYK Percentages of Color #d1536b

%0
%60
%49
%18

Triadic Colors of #d1536b

#d1536b #6bd153 #536bd1

Analogous Colors of #d1536b

#d1536b #d17a53 #d153aa

Monochromatic Colors of #d1536b

#d1536b

Complementary Color

#d1536b #53d1b9

#d1536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1536b Color CSS Codes

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

#d1536b Text Font Color

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

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


#d1536b Background Color

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

This div background color is #d1536b


#d1536b Border Color

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

This div border color is #d1536b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1536b


Comments

No comments written yet.

Please login to write comment.