Color Hex Logo

#dc0953 Color Hex

#DC0953
(220,9,83)
0 Favorites   0 Comments

Color spaces of #dc0953

RGB 220983
HSL0.940.920.45
HSV339°96°86°
CMYK 0.000.960.62   0.14
XYZ31.174216.03569.6357
Yxy16.03560.54840.2821
Hunter Lab40.044568.882513.7645
CIE-Lab47.021273.174319.5312

#dc0953 color RGB value is (220,9,83).

#dc0953 hex color red value is 220, green value is 9 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dc0953 hue: 0.94 , saturation: 0.92 and the lightness value of dc0953 is 0.45.

The process color (four color CMYK) of #dc0953 color hex is 0.00, 0.96, 0.62, 0.14. Web safe color of #dc0953 is #cc0066. Color #dc0953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001001 01010011
Octal 334 11 123
Decimal 220 9 83
Hex DC 9 53

RGB Percentages of Color #dc0953

%70.51
%2.88
%26.60

CMYK Percentages of Color #dc0953

%0
%96
%62
%14

Triadic Colors of #dc0953

#dc0953 #53dc09 #0953dc

Analogous Colors of #dc0953

#dc0953 #dc2909 #dc09bd

Monochromatic Colors of #dc0953

#dc0953

Complementary Color

#dc0953 #09dc92

#dc0953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0953 Color CSS Codes

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

#dc0953 Text Font Color

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

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


#dc0953 Background Color

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

This div background color is #dc0953


#dc0953 Border Color

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

This div border color is #dc0953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0953


Comments

No comments written yet.

Please login to write comment.