Color Hex Logo

#dc7eef Color Hex

#DC7EEF
(220,126,239)
0 Favorites   0 Comments

Color spaces of #dc7eef

RGB 220126239
HSL0.810.780.72
HSV290°47°94°
CMYK 0.080.470.00   0.06
XYZ52.556036.369385.9113
Yxy36.36930.30060.2080
Hunter Lab60.307050.0211-42.2477
CIE-Lab66.801153.4897-42.0500

#dc7eef color RGB value is (220,126,239).

#dc7eef hex color red value is 220, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dc7eef hue: 0.81 , saturation: 0.78 and the lightness value of dc7eef is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111110 11101111
Octal 334 176 357
Decimal 220 126 239
Hex DC 7E EF

RGB Percentages of Color #dc7eef

%37.61
%21.54
%40.85

CMYK Percentages of Color #dc7eef

%8
%47
%0
%6

Triadic Colors of #dc7eef

#dc7eef #efdc7e #7eefdc

Analogous Colors of #dc7eef

#dc7eef #ef7eca #a47eef

Monochromatic Colors of #dc7eef

#dc7eef

Complementary Color

#dc7eef #91ef7e

#dc7eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7eef Color CSS Codes

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

#dc7eef Text Font Color

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

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


#dc7eef Background Color

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

This div background color is #dc7eef


#dc7eef Border Color

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

This div border color is #dc7eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7eef


Comments

No comments written yet.

Please login to write comment.