Color Hex Logo

#e055ca Color Hex

#E055CA
(224,85,202)
0 Favorites   0 Comments

Color spaces of #e055ca

RGB 22485202
HSL0.860.690.61
HSV309°62°88°
CMYK 0.000.620.10   0.12
XYZ44.649626.608658.6598
Yxy26.60860.34370.2048
Hunter Lab51.583564.2346-31.3150
CIE-Lab58.610367.0877-34.1000

#e055ca color RGB value is (224,85,202).

#e055ca hex color red value is 224, green value is 85 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e055ca hue: 0.86 , saturation: 0.69 and the lightness value of e055ca is 0.61.

The process color (four color CMYK) of #e055ca color hex is 0.00, 0.62, 0.10, 0.12. Web safe color of #e055ca is #cc66cc. Color #e055ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010101 11001010
Octal 340 125 312
Decimal 224 85 202
Hex E0 55 CA

RGB Percentages of Color #e055ca

%43.84
%16.63
%39.53

CMYK Percentages of Color #e055ca

%0
%62
%10
%12

Triadic Colors of #e055ca

#e055ca #cae055 #55cae0

Analogous Colors of #e055ca

#e055ca #e05585 #b155e0

Monochromatic Colors of #e055ca

#e055ca

Complementary Color

#e055ca #55e06b

#e055ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e055ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e055ca Color CSS Codes

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

#e055ca Text Font Color

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

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


#e055ca Background Color

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

This div background color is #e055ca


#e055ca Border Color

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

This div border color is #e055ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e055ca


Comments

No comments written yet.

Please login to write comment.