Color Hex Logo

#dc0aea Color Hex

#DC0AEA
(220,10,234)
0 Favorites   0 Comments

Color spaces of #dc0aea

RGB 22010234
HSL0.820.920.48
HSV296°96°92°
CMYK 0.060.960.00   0.08
XYZ44.475021.373279.6233
Yxy21.37320.30570.1469
Hunter Lab46.231290.8149-69.7526
CIE-Lab53.355589.2301-60.6084

#dc0aea color RGB value is (220,10,234).

#dc0aea hex color red value is 220, green value is 10 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dc0aea hue: 0.82 , saturation: 0.92 and the lightness value of dc0aea is 0.48.

The process color (four color CMYK) of #dc0aea color hex is 0.06, 0.96, 0.00, 0.08. Web safe color of #dc0aea is #cc00ff. Color #dc0aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001010 11101010
Octal 334 12 352
Decimal 220 10 234
Hex DC A EA

RGB Percentages of Color #dc0aea

%47.41
%2.16
%50.43

CMYK Percentages of Color #dc0aea

%6
%96
%0
%8

Triadic Colors of #dc0aea

#dc0aea #eadc0a #0aeadc

Analogous Colors of #dc0aea

#dc0aea #ea0a88 #6c0aea

Monochromatic Colors of #dc0aea

#dc0aea

Complementary Color

#dc0aea #18ea0a

#dc0aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0aea Color CSS Codes

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

#dc0aea Text Font Color

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

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


#dc0aea Background Color

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

This div background color is #dc0aea


#dc0aea Border Color

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

This div border color is #dc0aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0aea


Comments

No comments written yet.

Please login to write comment.