Color Hex Logo

#e55acf Color Hex

#E55ACF
(229,90,207)
0 Favorites   0 Comments

Color spaces of #e55acf

RGB 22990207
HSL0.860.730.63
HSV309°61°90°
CMYK 0.000.610.10   0.10
XYZ47.231728.475362.0384
Yxy28.47530.34290.2067
Hunter Lab53.362364.6090-31.5764
CIE-Lab60.315767.0892-34.2258

#e55acf color RGB value is (229,90,207).

#e55acf hex color red value is 229, green value is 90 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e55acf hue: 0.86 , saturation: 0.73 and the lightness value of e55acf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011010 11001111
Octal 345 132 317
Decimal 229 90 207
Hex E5 5A CF

RGB Percentages of Color #e55acf

%43.54
%17.11
%39.35

CMYK Percentages of Color #e55acf

%0
%61
%10
%10

Triadic Colors of #e55acf

#e55acf #cfe55a #5acfe5

Analogous Colors of #e55acf

#e55acf #e55a8a #b65ae5

Monochromatic Colors of #e55acf

#e55acf

Complementary Color

#e55acf #5ae570

#e55acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55acf Color CSS Codes

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

#e55acf Text Font Color

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

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


#e55acf Background Color

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

This div background color is #e55acf


#e55acf Border Color

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

This div border color is #e55acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,90,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55acf


Comments

No comments written yet.

Please login to write comment.