Color Hex Logo

#dc90eb Color Hex

#DC90EB
(220,144,235)
0 Favorites   0 Comments

Color spaces of #dc90eb

RGB 220144235
HSL0.810.690.74
HSV290°39°92°
CMYK 0.060.390.00   0.08
XYZ54.483941.160383.6704
Yxy41.16030.30380.2295
Hunter Lab64.156339.3153-32.4145
CIE-Lab70.288143.4177-34.4169

#dc90eb color RGB value is (220,144,235).

#dc90eb hex color red value is 220, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dc90eb hue: 0.81 , saturation: 0.69 and the lightness value of dc90eb is 0.74.

The process color (four color CMYK) of #dc90eb color hex is 0.06, 0.39, 0.00, 0.08. Web safe color of #dc90eb is #cc99ff. Color #dc90eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010000 11101011
Octal 334 220 353
Decimal 220 144 235
Hex DC 90 EB

RGB Percentages of Color #dc90eb

%36.73
%24.04
%39.23

CMYK Percentages of Color #dc90eb

%6
%39
%0
%8

Triadic Colors of #dc90eb

#dc90eb #ebdc90 #90ebdc

Analogous Colors of #dc90eb

#dc90eb #eb90cd #af90eb

Monochromatic Colors of #dc90eb

#dc90eb

Complementary Color

#dc90eb #9feb90

#dc90eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc90eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc90eb Color CSS Codes

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

#dc90eb Text Font Color

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

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


#dc90eb Background Color

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

This div background color is #dc90eb


#dc90eb Border Color

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

This div border color is #dc90eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc90eb


Comments

No comments written yet.

Please login to write comment.