Color Hex Logo

#e10bbc Color Hex

#E10BBC
(225,11,188)
0 Favorites   0 Comments

Color spaces of #e10bbc

RGB 22511188
HSL0.860.910.46
HSV310°95°88°
CMYK 0.000.950.16   0.12
XYZ40.248119.877749.2924
Yxy19.87770.36780.1817
Hunter Lab44.584483.1162-34.3418
CIE-Lab51.698783.6629-36.8471

#e10bbc color RGB value is (225,11,188).

#e10bbc hex color red value is 225, green value is 11 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e10bbc hue: 0.86 , saturation: 0.91 and the lightness value of e10bbc is 0.46.

The process color (four color CMYK) of #e10bbc color hex is 0.00, 0.95, 0.16, 0.12. Web safe color of #e10bbc is #cc00cc. Color #e10bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001011 10111100
Octal 341 13 274
Decimal 225 11 188
Hex E1 B BC

RGB Percentages of Color #e10bbc

%53.07
%2.59
%44.34

CMYK Percentages of Color #e10bbc

%0
%95
%16
%12

Triadic Colors of #e10bbc

#e10bbc #bce10b #0bbce1

Analogous Colors of #e10bbc

#e10bbc #e10b51 #9b0be1

Monochromatic Colors of #e10bbc

#e10bbc

Complementary Color

#e10bbc #0be130

#e10bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10bbc Color CSS Codes

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

#e10bbc Text Font Color

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

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


#e10bbc Background Color

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

This div background color is #e10bbc


#e10bbc Border Color

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

This div border color is #e10bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,11,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10bbc


Comments

No comments written yet.

Please login to write comment.