Color Hex Logo

#e240bf Color Hex

#E240BF
(226,64,191)
0 Favorites   0 Comments

Color spaces of #e240bf

RGB 22664191
HSL0.870.740.57
HSV313°72°89°
CMYK 0.000.720.15   0.11
XYZ42.601423.597151.5996
Yxy23.59710.36160.2003
Hunter Lab48.576871.5332-28.9756
CIE-Lab55.682173.6725-32.3386

#e240bf color RGB value is (226,64,191).

#e240bf hex color red value is 226, green value is 64 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e240bf hue: 0.87 , saturation: 0.74 and the lightness value of e240bf is 0.57.

The process color (four color CMYK) of #e240bf color hex is 0.00, 0.72, 0.15, 0.11. Web safe color of #e240bf is #cc33cc. Color #e240bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000000 10111111
Octal 342 100 277
Decimal 226 64 191
Hex E2 40 BF

RGB Percentages of Color #e240bf

%46.99
%13.31
%39.71

CMYK Percentages of Color #e240bf

%0
%72
%15
%11

Triadic Colors of #e240bf

#e240bf #bfe240 #40bfe2

Analogous Colors of #e240bf

#e240bf #e2406e #b440e2

Monochromatic Colors of #e240bf

#e240bf

Complementary Color

#e240bf #40e263

#e240bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e240bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e240bf Color CSS Codes

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

#e240bf Text Font Color

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

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


#e240bf Background Color

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

This div background color is #e240bf


#e240bf Border Color

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

This div border color is #e240bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e240bf


Comments

No comments written yet.

Please login to write comment.