Color Hex Logo

#b951bc Color Hex

#B951BC
(185,81,188)
0 Favorites   0 Comments

Color spaces of #b951bc

RGB 18581188
HSL0.830.440.53
HSV298°57°74°
CMYK 0.020.570.00   0.26
XYZ32.027119.830049.7165
Yxy19.83000.31530.1952
Hunter Lab44.530950.4501-35.0227
CIE-Lab51.644556.3627-37.3797

#b951bc color RGB value is (185,81,188).

#b951bc hex color red value is 185, green value is 81 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b951bc hue: 0.83 , saturation: 0.44 and the lightness value of b951bc is 0.53.

The process color (four color CMYK) of #b951bc color hex is 0.02, 0.57, 0.00, 0.26. Web safe color of #b951bc is #cc66cc. Color #b951bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010001 10111100
Octal 271 121 274
Decimal 185 81 188
Hex B9 51 BC

RGB Percentages of Color #b951bc

%40.75
%17.84
%41.41

CMYK Percentages of Color #b951bc

%2
%57
%0
%26

Triadic Colors of #b951bc

#b951bc #bcb951 #51bcb9

Analogous Colors of #b951bc

#b951bc #bc518a #8451bc

Monochromatic Colors of #b951bc

#b951bc

Complementary Color

#b951bc #54bc51

#b951bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b951bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b951bc Color CSS Codes

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

#b951bc Text Font Color

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

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


#b951bc Background Color

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

This div background color is #b951bc


#b951bc Border Color

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

This div border color is #b951bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,81,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b951bc


Comments

No comments written yet.

Please login to write comment.