Color Hex Logo

#b37fca Color Hex

#B37FCA
(179,127,202)
0 Favorites   0 Comments

Color spaces of #b37fca

RGB 179127202
HSL0.780.410.65
HSV282°37°79°
CMYK 0.110.370.00   0.21
XYZ36.840429.026759.5381
Yxy29.02670.29380.2315
Hunter Lab53.876427.7735-27.8071
CIE-Lab60.805233.5001-31.1239

#b37fca color RGB value is (179,127,202).

#b37fca hex color red value is 179, green value is 127 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b37fca hue: 0.78 , saturation: 0.41 and the lightness value of b37fca is 0.65.

The process color (four color CMYK) of #b37fca color hex is 0.11, 0.37, 0.00, 0.21. Web safe color of #b37fca is #cc66cc. Color #b37fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111111 11001010
Octal 263 177 312
Decimal 179 127 202
Hex B3 7F CA

RGB Percentages of Color #b37fca

%35.24
%25.00
%39.76

CMYK Percentages of Color #b37fca

%11
%37
%0
%21

Triadic Colors of #b37fca

#b37fca #cab37f #7fcab3

Analogous Colors of #b37fca

#b37fca #ca7fbc #8e7fca

Monochromatic Colors of #b37fca

#b37fca

Complementary Color

#b37fca #96ca7f

#b37fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37fca Color CSS Codes

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

#b37fca Text Font Color

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

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


#b37fca Background Color

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

This div background color is #b37fca


#b37fca Border Color

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

This div border color is #b37fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37fca


Comments

No comments written yet.

Please login to write comment.