Color Hex Logo

#dc055e Color Hex

#DC055E
(220,5,94)
0 Favorites   0 Comments

Color spaces of #dc055e

RGB 220594
HSL0.930.960.44
HSV335°98°86°
CMYK 0.000.980.57   0.14
XYZ31.589916.132312.0386
Yxy16.13230.52860.2699
Hunter Lab40.165070.101910.3446
CIE-Lab47.147674.155312.8831

#dc055e color RGB value is (220,5,94).

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

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

Base Numbers

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

RGB Percentages of Color #dc055e

%68.97
%1.57
%29.47

CMYK Percentages of Color #dc055e

%0
%98
%57
%14

Triadic Colors of #dc055e

#dc055e #5edc05 #055edc

Analogous Colors of #dc055e

#dc055e #dc1705 #dc05ca

Monochromatic Colors of #dc055e

#dc055e

Complementary Color

#dc055e #05dc83

#dc055e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc055e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc055e Color CSS Codes

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

#dc055e Text Font Color

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

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


#dc055e Background Color

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

This div background color is #dc055e


#dc055e Border Color

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

This div border color is #dc055e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc055e


Comments

No comments written yet.

Please login to write comment.