Color Hex Logo

#dc035e Color Hex

#DC035E
(220,3,94)
0 Favorites   0 Comments

Color spaces of #dc035e

RGB 220394
HSL0.930.970.44
HSV335°99°86°
CMYK 0.000.990.57   0.14
XYZ31.568116.088912.0313
Yxy16.08890.52890.2695
Hunter Lab40.111070.288710.2936
CIE-Lab47.090974.319912.8048

#dc035e color RGB value is (220,3,94).

#dc035e hex color red value is 220, green value is 3 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dc035e hue: 0.93 , saturation: 0.97 and the lightness value of dc035e is 0.44.

The process color (four color CMYK) of #dc035e color hex is 0.00, 0.99, 0.57, 0.14. Web safe color of #dc035e is #cc0066. Color #dc035e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000011 01011110
Octal 334 3 136
Decimal 220 3 94
Hex DC 3 5E

RGB Percentages of Color #dc035e

%69.40
%0.95
%29.65

CMYK Percentages of Color #dc035e

%0
%99
%57
%14

Triadic Colors of #dc035e

#dc035e #5edc03 #035edc

Analogous Colors of #dc035e

#dc035e #dc1403 #dc03cb

Monochromatic Colors of #dc035e

#dc035e

Complementary Color

#dc035e #03dc81

#dc035e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc035e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc035e Color CSS Codes

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

#dc035e Text Font Color

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

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


#dc035e Background Color

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

This div background color is #dc035e


#dc035e Border Color

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

This div border color is #dc035e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc035e


Comments

No comments written yet.

Please login to write comment.