Color Hex Logo

#b957ca Color Hex

#B957CA
(185,87,202)
0 Favorites   0 Comments

Color spaces of #b957ca

RGB 18587202
HSL0.810.520.57
HSV291°57°79°
CMYK 0.080.570.00   0.21
XYZ34.076421.394958.2107
Yxy21.39490.29980.1882
Hunter Lab46.254650.5578-42.2373
CIE-Lab53.379056.1543-42.7031

#b957ca color RGB value is (185,87,202).

#b957ca hex color red value is 185, green value is 87 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b957ca hue: 0.81 , saturation: 0.52 and the lightness value of b957ca is 0.57.

The process color (four color CMYK) of #b957ca color hex is 0.08, 0.57, 0.00, 0.21. Web safe color of #b957ca is #cc66cc. Color #b957ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010111 11001010
Octal 271 127 312
Decimal 185 87 202
Hex B9 57 CA

RGB Percentages of Color #b957ca

%39.03
%18.35
%42.62

CMYK Percentages of Color #b957ca

%8
%57
%0
%21

Triadic Colors of #b957ca

#b957ca #cab957 #57cab9

Analogous Colors of #b957ca

#b957ca #ca57a2 #8057ca

Monochromatic Colors of #b957ca

#b957ca

Complementary Color

#b957ca #68ca57

#b957ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b957ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b957ca Color CSS Codes

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

#b957ca Text Font Color

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

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


#b957ca Background Color

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

This div background color is #b957ca


#b957ca Border Color

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

This div border color is #b957ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b957ca


Comments

No comments written yet.

Please login to write comment.