Color Hex Logo

#b25beb Color Hex

#B25BEB
(178,91,235)
0 Favorites   0 Comments

Color spaces of #b25beb

RGB 17891235
HSL0.770.780.64
HSV276°61°92°
CMYK 0.240.610.00   0.08
XYZ37.096622.945381.0709
Yxy22.94530.26290.1626
Hunter Lab47.901354.4102-66.8150
CIE-Lab55.016059.2968-58.8311

#b25beb color RGB value is (178,91,235).

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

The process color (four color CMYK) of #b25beb color hex is 0.24, 0.61, 0.00, 0.08. Web safe color of #b25beb is #9966ff. Color #b25beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011011 11101011
Octal 262 133 353
Decimal 178 91 235
Hex B2 5B EB

RGB Percentages of Color #b25beb

%35.32
%18.06
%46.63

CMYK Percentages of Color #b25beb

%24
%61
%0
%8

Triadic Colors of #b25beb

#b25beb #ebb25b #5bebb2

Analogous Colors of #b25beb

#b25beb #eb5bdc #6a5beb

Monochromatic Colors of #b25beb

#b25beb

Complementary Color

#b25beb #94eb5b

#b25beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25beb Color CSS Codes

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

#b25beb Text Font Color

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

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


#b25beb Background Color

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

This div background color is #b25beb


#b25beb Border Color

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

This div border color is #b25beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25beb


Comments

No comments written yet.

Please login to write comment.