Color Hex Logo

#d60353 Color Hex

#D60353
(214,3,83)
0 Favorites   0 Comments

Color spaces of #d60353

RGB 214383
HSL0.940.970.43
HSV337°99°84°
CMYK 0.000.990.61   0.16
XYZ29.325514.98589.5305
Yxy14.98580.54470.2783
Hunter Lab38.711567.475712.5013
CIE-Lab45.614772.281017.4319

#d60353 color RGB value is (214,3,83).

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

The process color (four color CMYK) of #d60353 color hex is 0.00, 0.99, 0.61, 0.16. Web safe color of #d60353 is #cc0066. Color #d60353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000011 01010011
Octal 326 3 123
Decimal 214 3 83
Hex D6 3 53

RGB Percentages of Color #d60353

%71.33
%1.00
%27.67

CMYK Percentages of Color #d60353

%0
%99
%61
%16

Triadic Colors of #d60353

#d60353 #53d603 #0353d6

Analogous Colors of #d60353

#d60353 #d61c03 #d603bd

Monochromatic Colors of #d60353

#d60353

Complementary Color

#d60353 #03d686

#d60353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60353 Color CSS Codes

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

#d60353 Text Font Color

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

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


#d60353 Background Color

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

This div background color is #d60353


#d60353 Border Color

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

This div border color is #d60353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60353


Comments

No comments written yet.

Please login to write comment.