Color Hex Logo

#b76ffd Color Hex

#B76FFD
(183,111,253)
0 Favorites   0 Comments

Color spaces of #b76ffd

RGB 183111253
HSL0.750.970.71
HSV270°56°99°
CMYK 0.280.560.00   0.01
XYZ42.942528.528096.1716
Yxy28.52800.25620.1702
Hunter Lab53.411650.0422-69.3680
CIE-Lab60.362854.5158-60.2329

#b76ffd color RGB value is (183,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101111 11111101
Octal 267 157 375
Decimal 183 111 253
Hex B7 6F FD

RGB Percentages of Color #b76ffd

%33.46
%20.29
%46.25

CMYK Percentages of Color #b76ffd

%28
%56
%0
%1

Triadic Colors of #b76ffd

#b76ffd #fdb76f #6ffdb7

Analogous Colors of #b76ffd

#b76ffd #fd6ffc #706ffd

Monochromatic Colors of #b76ffd

#b76ffd

Complementary Color

#b76ffd #b5fd6f

#b76ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76ffd Color CSS Codes

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

#b76ffd Text Font Color

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

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


#b76ffd Background Color

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

This div background color is #b76ffd


#b76ffd Border Color

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

This div border color is #b76ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76ffd


Comments

No comments written yet.

Please login to write comment.