Color Hex Logo

#e13bbb Color Hex

#E13BBB
(225,59,187)
0 Favorites   0 Comments

Color spaces of #e13bbb

RGB 22559187
HSL0.870.730.56
HSV314°74°88°
CMYK 0.000.740.17   0.12
XYZ41.584922.723349.2080
Yxy22.72330.36630.2002
Hunter Lab47.669072.2971-27.8360
CIE-Lab54.786274.4664-31.4361

#e13bbb color RGB value is (225,59,187).

#e13bbb hex color red value is 225, green value is 59 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e13bbb hue: 0.87 , saturation: 0.73 and the lightness value of e13bbb is 0.56.

The process color (four color CMYK) of #e13bbb color hex is 0.00, 0.74, 0.17, 0.12. Web safe color of #e13bbb is #cc33cc. Color #e13bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111011 10111011
Octal 341 73 273
Decimal 225 59 187
Hex E1 3B BB

RGB Percentages of Color #e13bbb

%47.77
%12.53
%39.70

CMYK Percentages of Color #e13bbb

%0
%74
%17
%12

Triadic Colors of #e13bbb

#e13bbb #bbe13b #3bbbe1

Analogous Colors of #e13bbb

#e13bbb #e13b68 #b43be1

Monochromatic Colors of #e13bbb

#e13bbb

Complementary Color

#e13bbb #3be161

#e13bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13bbb Color CSS Codes

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

#e13bbb Text Font Color

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

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


#e13bbb Background Color

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

This div background color is #e13bbb


#e13bbb Border Color

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

This div border color is #e13bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13bbb


Comments

No comments written yet.

Please login to write comment.