Color Hex Logo

#e11cbf Color Hex

#E11CBF
(225,28,191)
0 Favorites   0 Comments

Color spaces of #e11cbf

RGB 22528191
HSL0.860.780.50
HSV310°88°88°
CMYK 0.000.880.15   0.12
XYZ40.870620.599651.1122
Yxy20.59960.36300.1830
Hunter Lab45.386881.3116-34.9985
CIE-Lab52.508582.0982-37.3179

#e11cbf color RGB value is (225,28,191).

#e11cbf hex color red value is 225, green value is 28 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e11cbf hue: 0.86 , saturation: 0.78 and the lightness value of e11cbf is 0.50.

The process color (four color CMYK) of #e11cbf color hex is 0.00, 0.88, 0.15, 0.12. Web safe color of #e11cbf is #cc33cc. Color #e11cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011100 10111111
Octal 341 34 277
Decimal 225 28 191
Hex E1 1C BF

RGB Percentages of Color #e11cbf

%50.68
%6.31
%43.02

CMYK Percentages of Color #e11cbf

%0
%88
%15
%12

Triadic Colors of #e11cbf

#e11cbf #bfe11c #1cbfe1

Analogous Colors of #e11cbf

#e11cbf #e11c5c #a11ce1

Monochromatic Colors of #e11cbf

#e11cbf

Complementary Color

#e11cbf #1ce13e

#e11cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11cbf Color CSS Codes

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

#e11cbf Text Font Color

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

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


#e11cbf Background Color

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

This div background color is #e11cbf


#e11cbf Border Color

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

This div border color is #e11cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11cbf


Comments

No comments written yet.

Please login to write comment.