Color Hex Logo

#d11250 Color Hex

#D11250
(209,18,80)
0 Favorites   0 Comments

Color spaces of #d11250

RGB 2091880
HSL0.950.840.45
HSV341°91°82°
CMYK 0.000.910.62   0.18
XYZ27.958814.56718.9276
Yxy14.56710.54340.2831
Hunter Lab38.166963.966612.8483
CIE-Lab45.035569.445418.3466

#d11250 color RGB value is (209,18,80).

#d11250 hex color red value is 209, green value is 18 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d11250 hue: 0.95 , saturation: 0.84 and the lightness value of d11250 is 0.45.

The process color (four color CMYK) of #d11250 color hex is 0.00, 0.91, 0.62, 0.18. Web safe color of #d11250 is #cc0066. Color #d11250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010010 01010000
Octal 321 22 120
Decimal 209 18 80
Hex D1 12 50

RGB Percentages of Color #d11250

%68.08
%5.86
%26.06

CMYK Percentages of Color #d11250

%0
%91
%62
%18

Triadic Colors of #d11250

#d11250 #50d112 #1250d1

Analogous Colors of #d11250

#d11250 #d13412 #d112b0

Monochromatic Colors of #d11250

#d11250

Complementary Color

#d11250 #12d193

#d11250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11250 Color CSS Codes

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

#d11250 Text Font Color

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

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


#d11250 Background Color

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

This div background color is #d11250


#d11250 Border Color

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

This div border color is #d11250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11250

#d11250 Color Palettes


Comments

No comments written yet.

Please login to write comment.