Color Hex Logo

#b964ca Color Hex

#B964CA
(185,100,202)
0 Favorites   0 Comments

Color spaces of #b964ca

RGB 185100202
HSL0.810.490.59
HSV290°50°79°
CMYK 0.080.500.00   0.21
XYZ35.225423.692958.5937
Yxy23.69290.29980.2016
Hunter Lab48.675443.9951-37.2985
CIE-Lab55.779049.7577-38.9204

#b964ca color RGB value is (185,100,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100100 11001010
Octal 271 144 312
Decimal 185 100 202
Hex B9 64 CA

RGB Percentages of Color #b964ca

%37.99
%20.53
%41.48

CMYK Percentages of Color #b964ca

%8
%50
%0
%21

Triadic Colors of #b964ca

#b964ca #cab964 #64cab9

Analogous Colors of #b964ca

#b964ca #ca64a8 #8664ca

Monochromatic Colors of #b964ca

#b964ca

Complementary Color

#b964ca #75ca64

#b964ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b964ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b964ca Color CSS Codes

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

#b964ca Text Font Color

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

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


#b964ca Background Color

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

This div background color is #b964ca


#b964ca Border Color

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

This div border color is #b964ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b964ca


Comments

No comments written yet.

Please login to write comment.