Color Hex Logo

#d10030 Color Hex

#D10030
(209,0,48)
0 Favorites   0 Comments

Color spaces of #d10030

RGB 209048
HSL0.961.000.41
HSV346°100°82°
CMYK 0.001.000.77   0.18
XYZ26.828013.76874.0399
Yxy13.76870.60100.3085
Hunter Lab37.106264.120719.5192
CIE-Lab43.899469.797536.5685

#d10030 color RGB value is (209,0,48).

#d10030 hex color red value is 209, green value is 0 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #d10030 hue: 0.96 , saturation: 1.00 and the lightness value of d10030 is 0.41.

The process color (four color CMYK) of #d10030 color hex is 0.00, 1.00, 0.77, 0.18. Web safe color of #d10030 is #cc0033. Color #d10030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000000 00110000
Octal 321 0 60
Decimal 209 0 48
Hex D1 0 30

RGB Percentages of Color #d10030

%81.32
%0.00
%18.68

CMYK Percentages of Color #d10030

%0
%100
%77
%18

Triadic Colors of #d10030

#d10030 #30d100 #0030d1

Analogous Colors of #d10030

#d10030 #d13900 #d10099

Monochromatic Colors of #d10030

#d10030

Complementary Color

#d10030 #00d1a1

#d10030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10030 Color CSS Codes

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

#d10030 Text Font Color

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

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


#d10030 Background Color

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

This div background color is #d10030


#d10030 Border Color

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

This div border color is #d10030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10030


Comments

No comments written yet.

Please login to write comment.