Color Hex Logo

#e35abb Color Hex

#E35ABB
(227,90,187)
0 Favorites   0 Comments

Color spaces of #e35abb

RGB 22790187
HSL0.880.710.62
HSV318°60°89°
CMYK 0.000.600.18   0.11
XYZ44.304427.231149.9347
Yxy27.23110.36470.2242
Hunter Lab52.183460.2278-20.2066
CIE-Lab59.187663.5949-24.5992

#e35abb color RGB value is (227,90,187).

#e35abb hex color red value is 227, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e35abb hue: 0.88 , saturation: 0.71 and the lightness value of e35abb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011010 10111011
Octal 343 132 273
Decimal 227 90 187
Hex E3 5A BB

RGB Percentages of Color #e35abb

%45.04
%17.86
%37.10

CMYK Percentages of Color #e35abb

%0
%60
%18
%11

Triadic Colors of #e35abb

#e35abb #bbe35a #5abbe3

Analogous Colors of #e35abb

#e35abb #e35a77 #c75ae3

Monochromatic Colors of #e35abb

#e35abb

Complementary Color

#e35abb #5ae382

#e35abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35abb Color CSS Codes

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

#e35abb Text Font Color

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

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


#e35abb Background Color

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

This div background color is #e35abb


#e35abb Border Color

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

This div border color is #e35abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35abb


Comments

No comments written yet.

Please login to write comment.