Color Hex Logo

#dc218a Color Hex

#DC218A
(220,33,138)
0 Favorites   0 Comments

Color spaces of #dc218a

RGB 22033138
HSL0.910.740.50
HSV326°85°86°
CMYK 0.000.850.37   0.14
XYZ34.646518.138325.7197
Yxy18.13830.44130.2310
Hunter Lab42.589170.6800-5.9931
CIE-Lab49.663474.1397-10.4195

#dc218a color RGB value is (220,33,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100001 10001010
Octal 334 41 212
Decimal 220 33 138
Hex DC 21 8A

RGB Percentages of Color #dc218a

%56.27
%8.44
%35.29

CMYK Percentages of Color #dc218a

%0
%85
%37
%14

Triadic Colors of #dc218a

#dc218a #8adc21 #218adc

Analogous Colors of #dc218a

#dc218a #dc212c #d121dc

Monochromatic Colors of #dc218a

#dc218a

Complementary Color

#dc218a #21dc73

#dc218a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc218a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc218a Color CSS Codes

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

#dc218a Text Font Color

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

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


#dc218a Background Color

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

This div background color is #dc218a


#dc218a Border Color

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

This div border color is #dc218a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc218a


Comments

No comments written yet.

Please login to write comment.