Color Hex Logo

#dc228a Color Hex

#DC228A
(220,34,138)
0 Favorites   0 Comments

Color spaces of #dc228a

RGB 22034138
HSL0.910.730.50
HSV326°85°86°
CMYK 0.000.850.37   0.14
XYZ34.674718.194725.7291
Yxy18.19470.44120.2315
Hunter Lab42.655270.4570-5.9043
CIE-Lab49.731473.9435-10.3173

#dc228a color RGB value is (220,34,138).

#dc228a hex color red value is 220, green value is 34 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dc228a hue: 0.91 , saturation: 0.73 and the lightness value of dc228a is 0.50.

The process color (four color CMYK) of #dc228a color hex is 0.00, 0.85, 0.37, 0.14. Web safe color of #dc228a is #cc3399. Color #dc228a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100010 10001010
Octal 334 42 212
Decimal 220 34 138
Hex DC 22 8A

RGB Percentages of Color #dc228a

%56.12
%8.67
%35.20

CMYK Percentages of Color #dc228a

%0
%85
%37
%14

Triadic Colors of #dc228a

#dc228a #8adc22 #228adc

Analogous Colors of #dc228a

#dc228a #dc222d #d122dc

Monochromatic Colors of #dc228a

#dc228a

Complementary Color

#dc228a #22dc74

#dc228a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc228a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc228a Color CSS Codes

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

#dc228a Text Font Color

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

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


#dc228a Background Color

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

This div background color is #dc228a


#dc228a Border Color

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

This div border color is #dc228a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc228a


Comments

No comments written yet.

Please login to write comment.