Color Hex Logo

#b651bc Color Hex

#B651BC
(182,81,188)
0 Favorites   0 Comments

Color spaces of #b651bc

RGB 18281188
HSL0.820.440.53
HSV297°57°74°
CMYK 0.030.570.00   0.26
XYZ31.310919.460849.6830
Yxy19.46080.31170.1937
Hunter Lab44.114449.4930-35.8942
CIE-Lab51.222055.5704-38.0734

#b651bc color RGB value is (182,81,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010001 10111100
Octal 266 121 274
Decimal 182 81 188
Hex B6 51 BC

RGB Percentages of Color #b651bc

%40.35
%17.96
%41.69

CMYK Percentages of Color #b651bc

%3
%57
%0
%26

Triadic Colors of #b651bc

#b651bc #bcb651 #51bcb6

Analogous Colors of #b651bc

#b651bc #bc518d #8151bc

Monochromatic Colors of #b651bc

#b651bc

Complementary Color

#b651bc #57bc51

#b651bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b651bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b651bc Color CSS Codes

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

#b651bc Text Font Color

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

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


#b651bc Background Color

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

This div background color is #b651bc


#b651bc Border Color

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

This div border color is #b651bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b651bc


Comments

No comments written yet.

Please login to write comment.