Color Hex Logo

#dc7cec Color Hex

#DC7CEC
(220,124,236)
0 Favorites   0 Comments

Color spaces of #dc7cec

RGB 220124236
HSL0.810.750.71
HSV291°47°93°
CMYK 0.070.470.00   0.07
XYZ51.863235.687183.5117
Yxy35.68710.30320.2086
Hunter Lab59.738750.4253-41.0674
CIE-Lab66.280253.9241-41.2113

#dc7cec color RGB value is (220,124,236).

#dc7cec hex color red value is 220, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dc7cec hue: 0.81 , saturation: 0.75 and the lightness value of dc7cec is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111100 11101100
Octal 334 174 354
Decimal 220 124 236
Hex DC 7C EC

RGB Percentages of Color #dc7cec

%37.93
%21.38
%40.69

CMYK Percentages of Color #dc7cec

%7
%47
%0
%7

Triadic Colors of #dc7cec

#dc7cec #ecdc7c #7cecdc

Analogous Colors of #dc7cec

#dc7cec #ec7cc4 #a47cec

Monochromatic Colors of #dc7cec

#dc7cec

Complementary Color

#dc7cec #8cec7c

#dc7cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7cec Color CSS Codes

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

#dc7cec Text Font Color

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

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


#dc7cec Background Color

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

This div background color is #dc7cec


#dc7cec Border Color

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

This div border color is #dc7cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7cec


Comments

No comments written yet.

Please login to write comment.