Color Hex Logo

#b37fda Color Hex

#B37FDA
(179,127,218)
0 Favorites   0 Comments

Color spaces of #b37fda

RGB 179127218
HSL0.760.550.68
HSV274°42°85°
CMYK 0.180.420.00   0.15
XYZ38.834729.824470.0395
Yxy29.82440.28000.2150
Hunter Lab54.611731.3618-37.8112
CIE-Lab61.502436.9578-39.0216

#b37fda color RGB value is (179,127,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111111 11011010
Octal 263 177 332
Decimal 179 127 218
Hex B3 7F DA

RGB Percentages of Color #b37fda

%34.16
%24.24
%41.60

CMYK Percentages of Color #b37fda

%18
%42
%0
%15

Triadic Colors of #b37fda

#b37fda #dab37f #7fdab3

Analogous Colors of #b37fda

#b37fda #da7fd4 #867fda

Monochromatic Colors of #b37fda

#b37fda

Complementary Color

#b37fda #a6da7f

#b37fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37fda Color CSS Codes

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

#b37fda Text Font Color

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

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


#b37fda Background Color

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

This div background color is #b37fda


#b37fda Border Color

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

This div border color is #b37fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37fda


Comments

No comments written yet.

Please login to write comment.