Color Hex Logo

#dc90ef Color Hex

#DC90EF
(220,144,239)
0 Favorites   0 Comments

Color spaces of #dc90ef

RGB 220144239
HSL0.800.750.75
HSV288°40°94°
CMYK 0.080.400.00   0.06
XYZ55.068441.394286.7488
Yxy41.39420.30060.2259
Hunter Lab64.338340.1895-34.9052
CIE-Lab70.451244.1945-36.3553

#dc90ef color RGB value is (220,144,239).

#dc90ef hex color red value is 220, green value is 144 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dc90ef hue: 0.80 , saturation: 0.75 and the lightness value of dc90ef is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010000 11101111
Octal 334 220 357
Decimal 220 144 239
Hex DC 90 EF

RGB Percentages of Color #dc90ef

%36.48
%23.88
%39.64

CMYK Percentages of Color #dc90ef

%8
%40
%0
%6

Triadic Colors of #dc90ef

#dc90ef #efdc90 #90efdc

Analogous Colors of #dc90ef

#dc90ef #ef90d3 #ad90ef

Monochromatic Colors of #dc90ef

#dc90ef

Complementary Color

#dc90ef #a3ef90

#dc90ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc90ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc90ef Color CSS Codes

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

#dc90ef Text Font Color

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

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


#dc90ef Background Color

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

This div background color is #dc90ef


#dc90ef Border Color

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

This div border color is #dc90ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc90ef


Comments

No comments written yet.

Please login to write comment.