Color Hex Logo

#dc40ee Color Hex

#DC40EE
(220,64,238)
0 Favorites   0 Comments

Color spaces of #dc40ee

RGB 22064238
HSL0.820.840.59
HSV294°73°93°
CMYK 0.080.730.00   0.07
XYZ46.781225.055583.2595
Yxy25.05550.30160.1615
Hunter Lab50.055579.2267-63.5809
CIE-Lab57.129579.5600-56.8039

#dc40ee color RGB value is (220,64,238).

#dc40ee hex color red value is 220, green value is 64 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dc40ee hue: 0.82 , saturation: 0.84 and the lightness value of dc40ee is 0.59.

The process color (four color CMYK) of #dc40ee color hex is 0.08, 0.73, 0.00, 0.07. Web safe color of #dc40ee is #cc33ff. Color #dc40ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000000 11101110
Octal 334 100 356
Decimal 220 64 238
Hex DC 40 EE

RGB Percentages of Color #dc40ee

%42.15
%12.26
%45.59

CMYK Percentages of Color #dc40ee

%8
%73
%0
%7

Triadic Colors of #dc40ee

#dc40ee #eedc40 #40eedc

Analogous Colors of #dc40ee

#dc40ee #ee40a9 #8540ee

Monochromatic Colors of #dc40ee

#dc40ee

Complementary Color

#dc40ee #52ee40

#dc40ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc40ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc40ee Color CSS Codes

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

#dc40ee Text Font Color

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

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


#dc40ee Background Color

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

This div background color is #dc40ee


#dc40ee Border Color

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

This div border color is #dc40ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc40ee


Comments

No comments written yet.

Please login to write comment.