Color Hex Logo

#dc7fec Color Hex

#DC7FEC
(220,127,236)
0 Favorites   0 Comments

Color spaces of #dc7fec

RGB 220127236
HSL0.810.740.71
HSV291°46°93°
CMYK 0.070.460.00   0.07
XYZ52.244936.450583.6389
Yxy36.45050.30320.2115
Hunter Lab60.374248.8102-39.8749
CIE-Lab66.862752.4129-40.2998

#dc7fec color RGB value is (220,127,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111111 11101100
Octal 334 177 354
Decimal 220 127 236
Hex DC 7F EC

RGB Percentages of Color #dc7fec

%37.74
%21.78
%40.48

CMYK Percentages of Color #dc7fec

%7
%46
%0
%7

Triadic Colors of #dc7fec

#dc7fec #ecdc7f #7fecdc

Analogous Colors of #dc7fec

#dc7fec #ec7fc6 #a67fec

Monochromatic Colors of #dc7fec

#dc7fec

Complementary Color

#dc7fec #8fec7f

#dc7fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7fec Color CSS Codes

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

#dc7fec Text Font Color

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

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


#dc7fec Background Color

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

This div background color is #dc7fec


#dc7fec Border Color

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

This div border color is #dc7fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7fec


Comments

No comments written yet.

Please login to write comment.