Color Hex Logo

#b77fda Color Hex

#B77FDA
(183,127,218)
0 Favorites   0 Comments

Color spaces of #b77fda

RGB 183127218
HSL0.770.550.68
HSV277°42°85°
CMYK 0.160.420.00   0.15
XYZ39.772730.308070.0834
Yxy30.30800.28380.2162
Hunter Lab55.052732.6147-36.9407
CIE-Lab61.919138.1253-38.3393

#b77fda color RGB value is (183,127,218).

#b77fda hex color red value is 183, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b77fda hue: 0.77 , saturation: 0.55 and the lightness value of b77fda is 0.68.

The process color (four color CMYK) of #b77fda color hex is 0.16, 0.42, 0.00, 0.15. Web safe color of #b77fda is #cc66cc. Color #b77fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111111 11011010
Octal 267 177 332
Decimal 183 127 218
Hex B7 7F DA

RGB Percentages of Color #b77fda

%34.66
%24.05
%41.29

CMYK Percentages of Color #b77fda

%16
%42
%0
%15

Triadic Colors of #b77fda

#b77fda #dab77f #7fdab7

Analogous Colors of #b77fda

#b77fda #da7fd0 #8a7fda

Monochromatic Colors of #b77fda

#b77fda

Complementary Color

#b77fda #a2da7f

#b77fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77fda Color CSS Codes

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

#b77fda Text Font Color

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

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


#b77fda Background Color

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

This div background color is #b77fda


#b77fda Border Color

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

This div border color is #b77fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77fda


Comments

No comments written yet.

Please login to write comment.