Color Hex Logo

#e24bff Color Hex

#E24BFF
(226,75,255)
0 Favorites   0 Comments

Color spaces of #e24bff

RGB 22675255
HSL0.811.000.65
HSV290°71°100°
CMYK 0.110.710.00   0.00
XYZ51.930128.420997.3565
Yxy28.42090.29220.1599
Hunter Lab53.311380.5808-70.9569
CIE-Lab60.267180.0180-61.1828

#e24bff color RGB value is (226,75,255).

#e24bff hex color red value is 226, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e24bff hue: 0.81 , saturation: 1.00 and the lightness value of e24bff is 0.65.

The process color (four color CMYK) of #e24bff color hex is 0.11, 0.71, 0.00, 0.00. Web safe color of #e24bff is #cc33ff. Color #e24bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001011 11111111
Octal 342 113 377
Decimal 226 75 255
Hex E2 4B FF

RGB Percentages of Color #e24bff

%40.65
%13.49
%45.86

CMYK Percentages of Color #e24bff

%11
%71
%0
%0

Triadic Colors of #e24bff

#e24bff #ffe24b #4bffe2

Analogous Colors of #e24bff

#e24bff #ff4bc2 #884bff

Monochromatic Colors of #e24bff

#e24bff

Complementary Color

#e24bff #68ff4b

#e24bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24bff Color CSS Codes

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

#e24bff Text Font Color

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

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


#e24bff Background Color

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

This div background color is #e24bff


#e24bff Border Color

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

This div border color is #e24bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24bff

#e24bff Color Palettes


Comments

No comments written yet.

Please login to write comment.