Color Hex Logo

#b951be Color Hex

#B951BE
(185,81,190)
0 Favorites   0 Comments

Color spaces of #b951be

RGB 18581190
HSL0.830.460.53
HSV297°57°75°
CMYK 0.030.570.00   0.25
XYZ32.244319.916950.8601
Yxy19.91690.31300.1933
Hunter Lab44.628450.8679-36.3292
CIE-Lab51.743156.7222-38.3815

#b951be color RGB value is (185,81,190).

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

The process color (four color CMYK) of #b951be color hex is 0.03, 0.57, 0.00, 0.25. Web safe color of #b951be is #cc66cc. Color #b951be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010001 10111110
Octal 271 121 276
Decimal 185 81 190
Hex B9 51 BE

RGB Percentages of Color #b951be

%40.57
%17.76
%41.67

CMYK Percentages of Color #b951be

%3
%57
%0
%25

Triadic Colors of #b951be

#b951be #beb951 #51beb9

Analogous Colors of #b951be

#b951be #be518d #8351be

Monochromatic Colors of #b951be

#b951be

Complementary Color

#b951be #56be51

#b951be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b951be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b951be Color CSS Codes

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

#b951be Text Font Color

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

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


#b951be Background Color

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

This div background color is #b951be


#b951be Border Color

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

This div border color is #b951be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b951be


Comments

No comments written yet.

Please login to write comment.