Color Hex Logo

#dc5aeb Color Hex

#DC5AEB
(220,90,235)
0 Favorites   0 Comments

Color spaces of #dc5aeb

RGB 22090235
HSL0.820.780.64
HSV294°62°92°
CMYK 0.060.620.00   0.08
XYZ48.166828.526181.5647
Yxy28.52610.30440.1803
Hunter Lab53.409867.5102-53.1577
CIE-Lab60.361169.4903-49.9826

#dc5aeb color RGB value is (220,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011010 11101011
Octal 334 132 353
Decimal 220 90 235
Hex DC 5A EB

RGB Percentages of Color #dc5aeb

%40.37
%16.51
%43.12

CMYK Percentages of Color #dc5aeb

%6
%62
%0
%8

Triadic Colors of #dc5aeb

#dc5aeb #ebdc5a #5aebdc

Analogous Colors of #dc5aeb

#dc5aeb #eb5ab2 #945aeb

Monochromatic Colors of #dc5aeb

#dc5aeb

Complementary Color

#dc5aeb #69eb5a

#dc5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5aeb Color CSS Codes

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

#dc5aeb Text Font Color

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

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


#dc5aeb Background Color

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

This div background color is #dc5aeb


#dc5aeb Border Color

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

This div border color is #dc5aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5aeb


Comments

No comments written yet.

Please login to write comment.