Color Hex Logo

#e35bbb Color Hex

#E35BBB
(227,91,187)
0 Favorites   0 Comments

Color spaces of #e35bbb

RGB 22791187
HSL0.880.710.62
HSV318°60°89°
CMYK 0.000.600.18   0.11
XYZ44.389327.400949.9630
Yxy27.40090.36460.2251
Hunter Lab52.345959.7627-19.9489
CIE-Lab59.343663.1701-24.3595

#e35bbb color RGB value is (227,91,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011011 10111011
Octal 343 133 273
Decimal 227 91 187
Hex E3 5B BB

RGB Percentages of Color #e35bbb

%44.95
%18.02
%37.03

CMYK Percentages of Color #e35bbb

%0
%60
%18
%11

Triadic Colors of #e35bbb

#e35bbb #bbe35b #5bbbe3

Analogous Colors of #e35bbb

#e35bbb #e35b77 #c75be3

Monochromatic Colors of #e35bbb

#e35bbb

Complementary Color

#e35bbb #5be383

#e35bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35bbb Color CSS Codes

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

#e35bbb Text Font Color

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

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


#e35bbb Background Color

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

This div background color is #e35bbb


#e35bbb Border Color

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

This div border color is #e35bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35bbb


Comments

No comments written yet.

Please login to write comment.