Color Hex Logo

#b765eb Color Hex

#B765EB
(183,101,235)
0 Favorites   0 Comments

Color spaces of #b765eb

RGB 183101235
HSL0.770.770.66
HSV277°57°92°
CMYK 0.220.570.00   0.08
XYZ39.177525.372881.4298
Yxy25.37280.26840.1738
Hunter Lab50.371450.6824-60.5875
CIE-Lab57.436955.5702-54.9242

#b765eb color RGB value is (183,101,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100101 11101011
Octal 267 145 353
Decimal 183 101 235
Hex B7 65 EB

RGB Percentages of Color #b765eb

%35.26
%19.46
%45.28

CMYK Percentages of Color #b765eb

%22
%57
%0
%8

Triadic Colors of #b765eb

#b765eb #ebb765 #65ebb7

Analogous Colors of #b765eb

#b765eb #eb65dc #7465eb

Monochromatic Colors of #b765eb

#b765eb

Complementary Color

#b765eb #99eb65

#b765eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b765eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b765eb Color CSS Codes

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

#b765eb Text Font Color

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

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


#b765eb Background Color

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

This div background color is #b765eb


#b765eb Border Color

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

This div border color is #b765eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b765eb


Comments

No comments written yet.

Please login to write comment.