Color Hex Logo

#d10353 Color Hex

#D10353
(209,3,83)
0 Favorites   0 Comments

Color spaces of #d10353

RGB 209383
HSL0.940.970.42
HSV337°99°82°
CMYK 0.000.990.60   0.18
XYZ27.888414.24509.4633
Yxy14.24500.54050.2761
Hunter Lab37.742565.846211.5538
CIE-Lab44.582371.119615.8609

#d10353 color RGB value is (209,3,83).

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

The process color (four color CMYK) of #d10353 color hex is 0.00, 0.99, 0.60, 0.18. Web safe color of #d10353 is #cc0066. Color #d10353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000011 01010011
Octal 321 3 123
Decimal 209 3 83
Hex D1 3 53

RGB Percentages of Color #d10353

%70.85
%1.02
%28.14

CMYK Percentages of Color #d10353

%0
%99
%60
%18

Triadic Colors of #d10353

#d10353 #53d103 #0353d1

Analogous Colors of #d10353

#d10353 #d11a03 #d103ba

Monochromatic Colors of #d10353

#d10353

Complementary Color

#d10353 #03d181

#d10353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10353 Color CSS Codes

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

#d10353 Text Font Color

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

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


#d10353 Background Color

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

This div background color is #d10353


#d10353 Border Color

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

This div border color is #d10353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10353


Comments

No comments written yet.

Please login to write comment.