Color Hex Logo

#e553ca Color Hex

#E553CA
(229,83,202)
0 Favorites   0 Comments

Color spaces of #e553ca

RGB 22983202
HSL0.860.740.61
HSV311°64°90°
CMYK 0.000.640.12   0.10
XYZ46.067027.108858.6816
Yxy27.10880.34940.2056
Hunter Lab52.066166.8173-30.3771
CIE-Lab59.074969.1552-33.3191

#e553ca color RGB value is (229,83,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010011 11001010
Octal 345 123 312
Decimal 229 83 202
Hex E5 53 CA

RGB Percentages of Color #e553ca

%44.55
%16.15
%39.30

CMYK Percentages of Color #e553ca

%0
%64
%12
%10

Triadic Colors of #e553ca

#e553ca #cae553 #53cae5

Analogous Colors of #e553ca

#e553ca #e55381 #b753e5

Monochromatic Colors of #e553ca

#e553ca

Complementary Color

#e553ca #53e56e

#e553ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e553ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e553ca Color CSS Codes

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

#e553ca Text Font Color

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

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


#e553ca Background Color

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

This div background color is #e553ca


#e553ca Border Color

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

This div border color is #e553ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e553ca


Comments

No comments written yet.

Please login to write comment.