Color Hex Logo

#b76eff Color Hex

#B76EFF
(183,110,255)
0 Favorites   0 Comments

Color spaces of #b76eff

RGB 183110255
HSL0.751.000.72
HSV270°57°100°
CMYK 0.280.570.00   0.00
XYZ43.154428.439197.8226
Yxy28.43910.25470.1679
Hunter Lab53.328351.1214-71.4286
CIE-Lab60.283455.4881-61.4617

#b76eff color RGB value is (183,110,255).

#b76eff hex color red value is 183, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b76eff hue: 0.75 , saturation: 1.00 and the lightness value of b76eff is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101110 11111111
Octal 267 156 377
Decimal 183 110 255
Hex B7 6E FF

RGB Percentages of Color #b76eff

%33.39
%20.07
%46.53

CMYK Percentages of Color #b76eff

%28
%57
%0
%0

Triadic Colors of #b76eff

#b76eff #ffb76e #6effb7

Analogous Colors of #b76eff

#b76eff #ff6eff #6f6eff

Monochromatic Colors of #b76eff

#b76eff

Complementary Color

#b76eff #b6ff6e

#b76eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76eff Color CSS Codes

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

#b76eff Text Font Color

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

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


#b76eff Background Color

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

This div background color is #b76eff


#b76eff Border Color

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

This div border color is #b76eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,110,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b76eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76eff


Comments

No comments written yet.

Please login to write comment.