Color Hex Logo

#dc7fea Color Hex

#DC7FEA
(220,127,234)
0 Favorites   0 Comments

Color spaces of #dc7fea

RGB 220127234
HSL0.810.720.71
HSV292°46°92°
CMYK 0.060.460.00   0.08
XYZ51.955936.334982.1169
Yxy36.33490.30490.2132
Hunter Lab60.278448.3676-38.5755
CIE-Lab66.775052.0343-39.3331

#dc7fea color RGB value is (220,127,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111111 11101010
Octal 334 177 352
Decimal 220 127 234
Hex DC 7F EA

RGB Percentages of Color #dc7fea

%37.87
%21.86
%40.28

CMYK Percentages of Color #dc7fea

%6
%46
%0
%8

Triadic Colors of #dc7fea

#dc7fea #eadc7f #7feadc

Analogous Colors of #dc7fea

#dc7fea #ea7fc3 #a77fea

Monochromatic Colors of #dc7fea

#dc7fea

Complementary Color

#dc7fea #8dea7f

#dc7fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7fea Color CSS Codes

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

#dc7fea Text Font Color

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

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


#dc7fea Background Color

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

This div background color is #dc7fea


#dc7fea Border Color

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

This div border color is #dc7fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7fea


Comments

No comments written yet.

Please login to write comment.