Color Hex Logo

#b51bcf Color Hex

#B51BCF
(181,27,207)
0 Favorites   0 Comments

Color spaces of #b51bcf

RGB 18127207
HSL0.810.770.46
HSV291°87°81°
CMYK 0.130.870.00   0.19
XYZ30.710515.112660.3299
Yxy15.11260.28930.1424
Hunter Lab38.874972.9807-64.7995
CIE-Lab45.788076.7713-57.7374

#b51bcf color RGB value is (181,27,207).

#b51bcf hex color red value is 181, green value is 27 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b51bcf hue: 0.81 , saturation: 0.77 and the lightness value of b51bcf is 0.46.

The process color (four color CMYK) of #b51bcf color hex is 0.13, 0.87, 0.00, 0.19. Web safe color of #b51bcf is #cc33cc. Color #b51bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011011 11001111
Octal 265 33 317
Decimal 181 27 207
Hex B5 1B CF

RGB Percentages of Color #b51bcf

%43.61
%6.51
%49.88

CMYK Percentages of Color #b51bcf

%13
%87
%0
%19

Triadic Colors of #b51bcf

#b51bcf #cfb51b #1bcfb5

Analogous Colors of #b51bcf

#b51bcf #cf1b8f #5b1bcf

Monochromatic Colors of #b51bcf

#b51bcf

Complementary Color

#b51bcf #35cf1b

#b51bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51bcf Color CSS Codes

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

#b51bcf Text Font Color

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

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


#b51bcf Background Color

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

This div background color is #b51bcf


#b51bcf Border Color

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

This div border color is #b51bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51bcf


Comments

No comments written yet.

Please login to write comment.