Color Hex Logo

#b57fca Color Hex

#B57FCA
(181,127,202)
0 Favorites   0 Comments

Color spaces of #b57fca

RGB 181127202
HSL0.790.410.65
HSV283°37°79°
CMYK 0.100.370.00   0.21
XYZ37.306129.266859.5599
Yxy29.26680.29580.2320
Hunter Lab54.098828.4193-27.4060
CIE-Lab61.016434.1195-30.7797

#b57fca color RGB value is (181,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111111 11001010
Octal 265 177 312
Decimal 181 127 202
Hex B5 7F CA

RGB Percentages of Color #b57fca

%35.49
%24.90
%39.61

CMYK Percentages of Color #b57fca

%10
%37
%0
%21

Triadic Colors of #b57fca

#b57fca #cab57f #7fcab5

Analogous Colors of #b57fca

#b57fca #ca7fba #907fca

Monochromatic Colors of #b57fca

#b57fca

Complementary Color

#b57fca #94ca7f

#b57fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57fca Color CSS Codes

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

#b57fca Text Font Color

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

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


#b57fca Background Color

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

This div background color is #b57fca


#b57fca Border Color

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

This div border color is #b57fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57fca


Comments

No comments written yet.

Please login to write comment.