Color Hex Logo

#dc4eee Color Hex

#DC4EEE
(220,78,238)
0 Favorites   0 Comments

Color spaces of #dc4eee

RGB 22078238
HSL0.810.820.62
HSV293°67°93°
CMYK 0.080.670.00   0.07
XYZ47.672226.837583.5565
Yxy26.83750.30160.1698
Hunter Lab51.804973.6016-59.3658
CIE-Lab58.823674.7482-54.1001

#dc4eee color RGB value is (220,78,238).

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

The process color (four color CMYK) of #dc4eee color hex is 0.08, 0.67, 0.00, 0.07. Web safe color of #dc4eee is #cc66ff. Color #dc4eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001110 11101110
Octal 334 116 356
Decimal 220 78 238
Hex DC 4E EE

RGB Percentages of Color #dc4eee

%41.04
%14.55
%44.40

CMYK Percentages of Color #dc4eee

%8
%67
%0
%7

Triadic Colors of #dc4eee

#dc4eee #eedc4e #4eeedc

Analogous Colors of #dc4eee

#dc4eee #ee4eb0 #8c4eee

Monochromatic Colors of #dc4eee

#dc4eee

Complementary Color

#dc4eee #60ee4e

#dc4eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4eee Color CSS Codes

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

#dc4eee Text Font Color

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

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


#dc4eee Background Color

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

This div background color is #dc4eee


#dc4eee Border Color

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

This div border color is #dc4eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4eee


Comments

No comments written yet.

Please login to write comment.