Color Hex Logo

#e45cbe Color Hex

#E45CBE
(228,92,190)
0 Favorites   0 Comments

Color spaces of #e45cbe

RGB 22892190
HSL0.880.720.63
HSV317°60°89°
CMYK 0.000.600.17   0.11
XYZ45.116327.866051.7160
Yxy27.86600.36180.2235
Hunter Lab52.788360.1783-21.1339
CIE-Lab59.767563.4493-25.4120

#e45cbe color RGB value is (228,92,190).

#e45cbe hex color red value is 228, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e45cbe hue: 0.88 , saturation: 0.72 and the lightness value of e45cbe is 0.63.

The process color (four color CMYK) of #e45cbe color hex is 0.00, 0.60, 0.17, 0.11. Web safe color of #e45cbe is #cc66cc. Color #e45cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011100 10111110
Octal 344 134 276
Decimal 228 92 190
Hex E4 5C BE

RGB Percentages of Color #e45cbe

%44.71
%18.04
%37.25

CMYK Percentages of Color #e45cbe

%0
%60
%17
%11

Triadic Colors of #e45cbe

#e45cbe #bee45c #5cbee4

Analogous Colors of #e45cbe

#e45cbe #e45c7a #c65ce4

Monochromatic Colors of #e45cbe

#e45cbe

Complementary Color

#e45cbe #5ce482

#e45cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45cbe Color CSS Codes

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

#e45cbe Text Font Color

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

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


#e45cbe Background Color

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

This div background color is #e45cbe


#e45cbe Border Color

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

This div border color is #e45cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45cbe


Comments

No comments written yet.

Please login to write comment.