Color Hex Logo

#b762eb Color Hex

#B762EB
(183,98,235)
0 Favorites   0 Comments

Color spaces of #b762eb

RGB 18398235
HSL0.770.770.65
HSV277°58°92°
CMYK 0.220.580.00   0.08
XYZ38.891524.800881.3345
Yxy24.80080.26820.1710
Hunter Lab49.800452.2484-61.9727
CIE-Lab56.880857.0592-55.8121

#b762eb color RGB value is (183,98,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100010 11101011
Octal 267 142 353
Decimal 183 98 235
Hex B7 62 EB

RGB Percentages of Color #b762eb

%35.47
%18.99
%45.54

CMYK Percentages of Color #b762eb

%22
%58
%0
%8

Triadic Colors of #b762eb

#b762eb #ebb762 #62ebb7

Analogous Colors of #b762eb

#b762eb #eb62db #7362eb

Monochromatic Colors of #b762eb

#b762eb

Complementary Color

#b762eb #96eb62

#b762eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b762eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b762eb Color CSS Codes

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

#b762eb Text Font Color

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

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


#b762eb Background Color

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

This div background color is #b762eb


#b762eb Border Color

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

This div border color is #b762eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b762eb


Comments

No comments written yet.

Please login to write comment.