Color Hex Logo

#b75beb Color Hex

#B75BEB
(183,91,235)
0 Favorites   0 Comments

Color spaces of #b75beb

RGB 18391235
HSL0.770.780.64
HSV278°61°92°
CMYK 0.220.610.00   0.08
XYZ38.264923.547681.1256
Yxy23.54760.26770.1647
Hunter Lab48.525955.8353-65.1530
CIE-Lab55.632060.4379-57.8097

#b75beb color RGB value is (183,91,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011011 11101011
Octal 267 133 353
Decimal 183 91 235
Hex B7 5B EB

RGB Percentages of Color #b75beb

%35.95
%17.88
%46.17

CMYK Percentages of Color #b75beb

%22
%61
%0
%8

Triadic Colors of #b75beb

#b75beb #ebb75b #5bebb7

Analogous Colors of #b75beb

#b75beb #eb5bd7 #6f5beb

Monochromatic Colors of #b75beb

#b75beb

Complementary Color

#b75beb #8feb5b

#b75beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75beb Color CSS Codes

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

#b75beb Text Font Color

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

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


#b75beb Background Color

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

This div background color is #b75beb


#b75beb Border Color

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

This div border color is #b75beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75beb


Comments

No comments written yet.

Please login to write comment.