Color Hex Logo

#e07cfc Color Hex

#E07CFC
(224,124,252)
0 Favorites   0 Comments

Color spaces of #e07cfc

RGB 224124252
HSL0.800.960.74
HSV287°51°99°
CMYK 0.110.510.00   0.01
XYZ55.518837.290996.3672
Yxy37.29090.29350.1971
Hunter Lab61.066355.4184-50.8177
CIE-Lab67.494758.0714-48.0665

#e07cfc color RGB value is (224,124,252).

#e07cfc hex color red value is 224, green value is 124 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e07cfc hue: 0.80 , saturation: 0.96 and the lightness value of e07cfc is 0.74.

The process color (four color CMYK) of #e07cfc color hex is 0.11, 0.51, 0.00, 0.01. Web safe color of #e07cfc is #cc66ff. Color #e07cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111100 11111100
Octal 340 174 374
Decimal 224 124 252
Hex E0 7C FC

RGB Percentages of Color #e07cfc

%37.33
%20.67
%42.00

CMYK Percentages of Color #e07cfc

%11
%51
%0
%1

Triadic Colors of #e07cfc

#e07cfc #fce07c #7cfce0

Analogous Colors of #e07cfc

#e07cfc #fc7cd8 #a07cfc

Monochromatic Colors of #e07cfc

#e07cfc

Complementary Color

#e07cfc #98fc7c

#e07cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07cfc Color CSS Codes

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

#e07cfc Text Font Color

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

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


#e07cfc Background Color

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

This div background color is #e07cfc


#e07cfc Border Color

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

This div border color is #e07cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07cfc


Comments

No comments written yet.

Please login to write comment.