Color Hex Logo

#b052cc Color Hex

#B052CC
(176,82,204)
0 Favorites   0 Comments

Color spaces of #b052cc

RGB 17682204
HSL0.800.540.56
HSV286°60°80°
CMYK 0.140.600.00   0.20
XYZ31.820919.624359.2375
Yxy19.62430.28750.1773
Hunter Lab44.299350.6955-48.2737
CIE-Lab51.409756.6261-47.0472

#b052cc color RGB value is (176,82,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010010 11001100
Octal 260 122 314
Decimal 176 82 204
Hex B0 52 CC

RGB Percentages of Color #b052cc

%38.10
%17.75
%44.16

CMYK Percentages of Color #b052cc

%14
%60
%0
%20

Triadic Colors of #b052cc

#b052cc #ccb052 #52ccb0

Analogous Colors of #b052cc

#b052cc #cc52ab #7352cc

Monochromatic Colors of #b052cc

#b052cc

Complementary Color

#b052cc #6ecc52

#b052cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b052cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b052cc Color CSS Codes

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

#b052cc Text Font Color

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

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


#b052cc Background Color

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

This div background color is #b052cc


#b052cc Border Color

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

This div border color is #b052cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b052cc


Comments

No comments written yet.

Please login to write comment.