Color Hex Logo

#b951cf Color Hex

#B951CF
(185,81,207)
0 Favorites   0 Comments

Color spaces of #b951cf

RGB 18581207
HSL0.800.570.56
HSV290°61°81°
CMYK 0.110.610.00   0.19
XYZ34.212520.704161.2246
Yxy20.70410.29460.1783
Hunter Lab45.501854.5850-47.9260
CIE-Lab52.624159.8804-46.7591

#b951cf color RGB value is (185,81,207).

#b951cf hex color red value is 185, green value is 81 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b951cf hue: 0.80 , saturation: 0.57 and the lightness value of b951cf is 0.56.

The process color (four color CMYK) of #b951cf color hex is 0.11, 0.61, 0.00, 0.19. Web safe color of #b951cf is #cc66cc. Color #b951cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010001 11001111
Octal 271 121 317
Decimal 185 81 207
Hex B9 51 CF

RGB Percentages of Color #b951cf

%39.11
%17.12
%43.76

CMYK Percentages of Color #b951cf

%11
%61
%0
%19

Triadic Colors of #b951cf

#b951cf #cfb951 #51cfb9

Analogous Colors of #b951cf

#b951cf #cf51a6 #7a51cf

Monochromatic Colors of #b951cf

#b951cf

Complementary Color

#b951cf #67cf51

#b951cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b951cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b951cf Color CSS Codes

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

#b951cf Text Font Color

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

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


#b951cf Background Color

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

This div background color is #b951cf


#b951cf Border Color

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

This div border color is #b951cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b951cf


Comments

No comments written yet.

Please login to write comment.