Color Hex Logo

#b251bc Color Hex

#B251BC
(178,81,188)
0 Favorites   0 Comments

Color spaces of #b251bc

RGB 17881188
HSL0.820.440.53
HSV294°57°74°
CMYK 0.050.570.00   0.26
XYZ30.379618.980749.6394
Yxy18.98070.30690.1917
Hunter Lab43.566848.2279-37.0573
CIE-Lab50.664654.5148-38.9894

#b251bc color RGB value is (178,81,188).

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

The process color (four color CMYK) of #b251bc color hex is 0.05, 0.57, 0.00, 0.26. Web safe color of #b251bc is #9966cc. Color #b251bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010001 10111100
Octal 262 121 274
Decimal 178 81 188
Hex B2 51 BC

RGB Percentages of Color #b251bc

%39.82
%18.12
%42.06

CMYK Percentages of Color #b251bc

%5
%57
%0
%26

Triadic Colors of #b251bc

#b251bc #bcb251 #51bcb2

Analogous Colors of #b251bc

#b251bc #bc5191 #7d51bc

Monochromatic Colors of #b251bc

#b251bc

Complementary Color

#b251bc #5bbc51

#b251bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b251bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b251bc Color CSS Codes

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

#b251bc Text Font Color

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

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


#b251bc Background Color

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

This div background color is #b251bc


#b251bc Border Color

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

This div border color is #b251bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b251bc


Comments

No comments written yet.

Please login to write comment.