Color Hex Logo

#e55bb5 Color Hex

#E55BB5
(229,91,181)
0 Favorites   0 Comments

Color spaces of #e55bb5

RGB 22991181
HSL0.890.730.63
HSV321°60°90°
CMYK 0.000.600.21   0.10
XYZ44.394727.476446.6797
Yxy27.47640.37450.2318
Hunter Lab52.417959.4469-16.1069
CIE-Lab59.412762.8879-20.7843

#e55bb5 color RGB value is (229,91,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011011 10110101
Octal 345 133 265
Decimal 229 91 181
Hex E5 5B B5

RGB Percentages of Color #e55bb5

%45.71
%18.16
%36.13

CMYK Percentages of Color #e55bb5

%0
%60
%21
%10

Triadic Colors of #e55bb5

#e55bb5 #b5e55b #5bb5e5

Analogous Colors of #e55bb5

#e55bb5 #e55b70 #d05be5

Monochromatic Colors of #e55bb5

#e55bb5

Complementary Color

#e55bb5 #5be58b

#e55bb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55bb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55bb5 Color CSS Codes

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

#e55bb5 Text Font Color

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

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


#e55bb5 Background Color

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

This div background color is #e55bb5


#e55bb5 Border Color

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

This div border color is #e55bb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55bb5


Comments

No comments written yet.

Please login to write comment.