Color Hex Logo

#b251cc Color Hex

#B251CC
(178,81,204)
0 Favorites   0 Comments

Color spaces of #b251cc

RGB 17881204
HSL0.800.550.56
HSV287°60°80°
CMYK 0.130.600.00   0.20
XYZ32.201619.709559.2338
Yxy19.70950.28970.1773
Hunter Lab44.395451.7807-48.0299
CIE-Lab51.507257.5852-46.8759

#b251cc color RGB value is (178,81,204).

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

The process color (four color CMYK) of #b251cc color hex is 0.13, 0.60, 0.00, 0.20. Web safe color of #b251cc is #9966cc. Color #b251cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010001 11001100
Octal 262 121 314
Decimal 178 81 204
Hex B2 51 CC

RGB Percentages of Color #b251cc

%38.44
%17.49
%44.06

CMYK Percentages of Color #b251cc

%13
%60
%0
%20

Triadic Colors of #b251cc

#b251cc #ccb251 #51ccb2

Analogous Colors of #b251cc

#b251cc #cc51a9 #7551cc

Monochromatic Colors of #b251cc

#b251cc

Complementary Color

#b251cc #6bcc51

#b251cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b251cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b251cc Color CSS Codes

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

#b251cc Text Font Color

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

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


#b251cc Background Color

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

This div background color is #b251cc


#b251cc Border Color

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

This div border color is #b251cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b251cc


Comments

No comments written yet.

Please login to write comment.