Color Hex Logo

#e25beb Color Hex

#E25BEB
(226,91,235)
0 Favorites   0 Comments

Color spaces of #e25beb

RGB 22691235
HSL0.820.780.64
HSV296°61°92°
CMYK 0.040.610.00   0.08
XYZ50.100529.649181.6795
Yxy29.64910.31040.1837
Hunter Lab54.451068.9491-50.8226
CIE-Lab61.350370.4912-48.3623

#e25beb color RGB value is (226,91,235).

#e25beb hex color red value is 226, green value is 91 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e25beb hue: 0.82 , saturation: 0.78 and the lightness value of e25beb is 0.64.

The process color (four color CMYK) of #e25beb color hex is 0.04, 0.61, 0.00, 0.08. Web safe color of #e25beb is #cc66ff. Color #e25beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011011 11101011
Octal 342 133 353
Decimal 226 91 235
Hex E2 5B EB

RGB Percentages of Color #e25beb

%40.94
%16.49
%42.57

CMYK Percentages of Color #e25beb

%4
%61
%0
%8

Triadic Colors of #e25beb

#e25beb #ebe25b #5bebe2

Analogous Colors of #e25beb

#e25beb #eb5bac #9a5beb

Monochromatic Colors of #e25beb

#e25beb

Complementary Color

#e25beb #64eb5b

#e25beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25beb Color CSS Codes

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

#e25beb Text Font Color

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

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


#e25beb Background Color

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

This div background color is #e25beb


#e25beb Border Color

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

This div border color is #e25beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25beb


Comments

No comments written yet.

Please login to write comment.