Color Hex Logo

#b76ffe Color Hex

#B76FFE
(183,111,254)
0 Favorites   0 Comments

Color spaces of #b76ffe

RGB 183111254
HSL0.750.990.72
HSV270°56°100°
CMYK 0.280.560.00   0.00
XYZ43.102328.591997.0130
Yxy28.59190.25550.1695
Hunter Lab53.471450.3106-70.1397
CIE-Lab60.419854.7455-60.6927

#b76ffe color RGB value is (183,111,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101111 11111110
Octal 267 157 376
Decimal 183 111 254
Hex B7 6F FE

RGB Percentages of Color #b76ffe

%33.39
%20.26
%46.35

CMYK Percentages of Color #b76ffe

%28
%56
%0
%0

Triadic Colors of #b76ffe

#b76ffe #feb76f #6ffeb7

Analogous Colors of #b76ffe

#b76ffe #fe6ffe #706ffe

Monochromatic Colors of #b76ffe

#b76ffe

Complementary Color

#b76ffe #b6fe6f

#b76ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76ffe Color CSS Codes

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

#b76ffe Text Font Color

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

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


#b76ffe Background Color

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

This div background color is #b76ffe


#b76ffe Border Color

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

This div border color is #b76ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76ffe


Comments

No comments written yet.

Please login to write comment.