Color Hex Logo

#e14bbe Color Hex

#E14BBE
(225,75,190)
0 Favorites   0 Comments

Color spaces of #e14bbe

RGB 22575190
HSL0.870.710.59
HSV314°67°88°
CMYK 0.000.670.16   0.12
XYZ42.861724.757451.2348
Yxy24.75740.36060.2083
Hunter Lab49.756866.6897-26.2214
CIE-Lab56.838369.4668-29.9769

#e14bbe color RGB value is (225,75,190).

#e14bbe hex color red value is 225, green value is 75 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e14bbe hue: 0.87 , saturation: 0.71 and the lightness value of e14bbe is 0.59.

The process color (four color CMYK) of #e14bbe color hex is 0.00, 0.67, 0.16, 0.12. Web safe color of #e14bbe is #cc33cc. Color #e14bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001011 10111110
Octal 341 113 276
Decimal 225 75 190
Hex E1 4B BE

RGB Percentages of Color #e14bbe

%45.92
%15.31
%38.78

CMYK Percentages of Color #e14bbe

%0
%67
%16
%12

Triadic Colors of #e14bbe

#e14bbe #bee14b #4bbee1

Analogous Colors of #e14bbe

#e14bbe #e14b73 #b94be1

Monochromatic Colors of #e14bbe

#e14bbe

Complementary Color

#e14bbe #4be16e

#e14bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14bbe Color CSS Codes

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

#e14bbe Text Font Color

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

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


#e14bbe Background Color

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

This div background color is #e14bbe


#e14bbe Border Color

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

This div border color is #e14bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14bbe


Comments

No comments written yet.

Please login to write comment.