Color Hex Logo

#b76fff Color Hex

#B76FFF
(183,111,255)
0 Favorites   0 Comments

Color spaces of #b76fff

RGB 183111255
HSL0.751.000.72
HSV270°56°100°
CMYK 0.280.560.00   0.00
XYZ43.262928.656297.8587
Yxy28.65620.25480.1688
Hunter Lab53.531550.5794-70.9136
CIE-Lab60.477054.9753-61.1516

#b76fff color RGB value is (183,111,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101111 11111111
Octal 267 157 377
Decimal 183 111 255
Hex B7 6F FF

RGB Percentages of Color #b76fff

%33.33
%20.22
%46.45

CMYK Percentages of Color #b76fff

%28
%56
%0
%0

Triadic Colors of #b76fff

#b76fff #ffb76f #6fffb7

Analogous Colors of #b76fff

#b76fff #ff6fff #6f6fff

Monochromatic Colors of #b76fff

#b76fff

Complementary Color

#b76fff #b7ff6f

#b76fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76fff Color CSS Codes

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

#b76fff Text Font Color

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

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


#b76fff Background Color

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

This div background color is #b76fff


#b76fff Border Color

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

This div border color is #b76fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76fff

Related Colors


Comments

No comments written yet.

Please login to write comment.