Color Hex Logo

#b025eb Color Hex

#B025EB
(176,37,235)
0 Favorites   0 Comments

Color spaces of #b025eb

RGB 17637235
HSL0.780.830.53
HSV282°84°92°
CMYK 0.250.840.00   0.08
XYZ33.561516.551480.0231
Yxy16.55140.25790.1272
Hunter Lab40.683476.0564-88.1433
CIE-Lab47.689878.8788-70.6781

#b025eb color RGB value is (176,37,235).

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

The process color (four color CMYK) of #b025eb color hex is 0.25, 0.84, 0.00, 0.08. Web safe color of #b025eb is #9933ff. Color #b025eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100101 11101011
Octal 260 45 353
Decimal 176 37 235
Hex B0 25 EB

RGB Percentages of Color #b025eb

%39.29
%8.26
%52.46

CMYK Percentages of Color #b025eb

%25
%84
%0
%8

Triadic Colors of #b025eb

#b025eb #ebb025 #25ebb0

Analogous Colors of #b025eb

#b025eb #eb25c3 #4d25eb

Monochromatic Colors of #b025eb

#b025eb

Complementary Color

#b025eb #60eb25

#b025eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b025eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b025eb Color CSS Codes

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

#b025eb Text Font Color

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

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


#b025eb Background Color

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

This div background color is #b025eb


#b025eb Border Color

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

This div border color is #b025eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b025eb


Comments

No comments written yet.

Please login to write comment.