Color Hex Logo

#dc5aea Color Hex

#DC5AEA
(220,90,234)
0 Favorites   0 Comments

Color spaces of #dc5aea

RGB 22090234
HSL0.820.770.64
HSV294°62°92°
CMYK 0.060.620.00   0.08
XYZ48.022628.468580.8058
Yxy28.46850.30530.1810
Hunter Lab53.355967.2849-52.4437
CIE-Lab60.309769.3137-49.5062

#dc5aea color RGB value is (220,90,234).

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

The process color (four color CMYK) of #dc5aea color hex is 0.06, 0.62, 0.00, 0.08. Web safe color of #dc5aea is #cc66ff. Color #dc5aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011010 11101010
Octal 334 132 352
Decimal 220 90 234
Hex DC 5A EA

RGB Percentages of Color #dc5aea

%40.44
%16.54
%43.01

CMYK Percentages of Color #dc5aea

%6
%62
%0
%8

Triadic Colors of #dc5aea

#dc5aea #eadc5a #5aeadc

Analogous Colors of #dc5aea

#dc5aea #ea5ab0 #945aea

Monochromatic Colors of #dc5aea

#dc5aea

Complementary Color

#dc5aea #68ea5a

#dc5aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5aea Color CSS Codes

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

#dc5aea Text Font Color

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

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


#dc5aea Background Color

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

This div background color is #dc5aea


#dc5aea Border Color

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

This div border color is #dc5aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5aea


Comments

No comments written yet.

Please login to write comment.