Color Hex Logo

#e05cff Color Hex

#E05CFF
(224,92,255)
0 Favorites   0 Comments

Color spaces of #e05cff

RGB 22492255
HSL0.801.000.68
HSV289°64°100°
CMYK 0.120.640.00   0.00
XYZ52.617630.721697.7643
Yxy30.72160.29050.1696
Hunter Lab55.427172.4549-65.7789
CIE-Lab62.271973.1725-57.9949

#e05cff color RGB value is (224,92,255).

#e05cff hex color red value is 224, green value is 92 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e05cff hue: 0.80 , saturation: 1.00 and the lightness value of e05cff is 0.68.

The process color (four color CMYK) of #e05cff color hex is 0.12, 0.64, 0.00, 0.00. Web safe color of #e05cff is #cc66ff. Color #e05cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011100 11111111
Octal 340 134 377
Decimal 224 92 255
Hex E0 5C FF

RGB Percentages of Color #e05cff

%39.23
%16.11
%44.66

CMYK Percentages of Color #e05cff

%12
%64
%0
%0

Triadic Colors of #e05cff

#e05cff #ffe05c #5cffe0

Analogous Colors of #e05cff

#e05cff #ff5ccd #8f5cff

Monochromatic Colors of #e05cff

#e05cff

Complementary Color

#e05cff #7bff5c

#e05cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05cff Color CSS Codes

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

#e05cff Text Font Color

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

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


#e05cff Background Color

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

This div background color is #e05cff


#e05cff Border Color

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

This div border color is #e05cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05cff


Comments

No comments written yet.

Please login to write comment.