Color Hex Logo

#be25eb Color Hex

#BE25EB
(190,37,235)
0 Favorites   0 Comments

Color spaces of #be25eb

RGB 19037235
HSL0.800.830.53
HSV286°84°92°
CMYK 0.190.840.00   0.08
XYZ36.892218.268480.1790
Yxy18.26840.27260.1350
Hunter Lab42.741579.2739-81.3032
CIE-Lab49.820081.0206-67.1223

#be25eb color RGB value is (190,37,235).

#be25eb hex color red value is 190, green value is 37 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #be25eb hue: 0.80 , saturation: 0.83 and the lightness value of be25eb is 0.53.

The process color (four color CMYK) of #be25eb color hex is 0.19, 0.84, 0.00, 0.08. Web safe color of #be25eb is #cc33ff. Color #be25eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100101 11101011
Octal 276 45 353
Decimal 190 37 235
Hex BE 25 EB

RGB Percentages of Color #be25eb

%41.13
%8.01
%50.87

CMYK Percentages of Color #be25eb

%19
%84
%0
%8

Triadic Colors of #be25eb

#be25eb #ebbe25 #25ebbe

Analogous Colors of #be25eb

#be25eb #eb25b5 #5b25eb

Monochromatic Colors of #be25eb

#be25eb

Complementary Color

#be25eb #52eb25

#be25eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be25eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be25eb Color CSS Codes

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

#be25eb Text Font Color

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

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


#be25eb Background Color

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

This div background color is #be25eb


#be25eb Border Color

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

This div border color is #be25eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be25eb


Comments

No comments written yet.

Please login to write comment.