Color Hex Logo

#d1505a Color Hex

#D1505A
(209,80,90)
0 Favorites   0 Comments

Color spaces of #d1505a

RGB 2098090
HSL0.990.580.57
HSV355°62°82°
CMYK 0.000.620.57   0.18
XYZ31.008620.030811.9049
Yxy20.03080.49260.3182
Hunter Lab44.755845.349315.5581
CIE-Lab51.872051.653821.3853

#d1505a color RGB value is (209,80,90).

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

The process color (four color CMYK) of #d1505a color hex is 0.00, 0.62, 0.57, 0.18. Web safe color of #d1505a is #cc6666. Color #d1505a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010000 01011010
Octal 321 120 132
Decimal 209 80 90
Hex D1 50 5A

RGB Percentages of Color #d1505a

%55.15
%21.11
%23.75

CMYK Percentages of Color #d1505a

%0
%62
%57
%18

Triadic Colors of #d1505a

#d1505a #5ad150 #505ad1

Analogous Colors of #d1505a

#d1505a #d18750 #d1509b

Monochromatic Colors of #d1505a

#d1505a

Complementary Color

#d1505a #50d1c7

#d1505a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1505a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1505a Color CSS Codes

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

#d1505a Text Font Color

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

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


#d1505a Background Color

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

This div background color is #d1505a


#d1505a Border Color

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

This div border color is #d1505a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,80,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 #d1505a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1505a


Comments

No comments written yet.

Please login to write comment.