Color Hex Logo

#b771fd Color Hex

#B771FD
(183,113,253)
0 Favorites   0 Comments

Color spaces of #b771fd

RGB 183113253
HSL0.750.970.72
HSV270°55°99°
CMYK 0.280.550.00   0.01
XYZ43.163228.969496.2452
Yxy28.96940.25630.1720
Hunter Lab53.823248.9563-68.3445
CIE-Lab60.754653.4830-59.6063

#b771fd color RGB value is (183,113,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110001 11111101
Octal 267 161 375
Decimal 183 113 253
Hex B7 71 FD

RGB Percentages of Color #b771fd

%33.33
%20.58
%46.08

CMYK Percentages of Color #b771fd

%28
%55
%0
%1

Triadic Colors of #b771fd

#b771fd #fdb771 #71fdb7

Analogous Colors of #b771fd

#b771fd #fd71fd #7171fd

Monochromatic Colors of #b771fd

#b771fd

Complementary Color

#b771fd #b7fd71

#b771fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b771fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b771fd Color CSS Codes

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

#b771fd Text Font Color

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

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


#b771fd Background Color

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

This div background color is #b771fd


#b771fd Border Color

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

This div border color is #b771fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b771fd


Comments

No comments written yet.

Please login to write comment.