Color Hex Logo

#b352cc Color Hex

#B352CC
(179,82,204)
0 Favorites   0 Comments

Color spaces of #b352cc

RGB 17982204
HSL0.800.540.56
HSV288°60°80°
CMYK 0.120.600.00   0.20
XYZ32.506819.977959.2696
Yxy19.97790.29090.1788
Hunter Lab44.696651.5997-47.3333
CIE-Lab51.812257.3681-46.3828

#b352cc color RGB value is (179,82,204).

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

The process color (four color CMYK) of #b352cc color hex is 0.12, 0.60, 0.00, 0.20. Web safe color of #b352cc is #cc66cc. Color #b352cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010010 11001100
Octal 263 122 314
Decimal 179 82 204
Hex B3 52 CC

RGB Percentages of Color #b352cc

%38.49
%17.63
%43.87

CMYK Percentages of Color #b352cc

%12
%60
%0
%20

Triadic Colors of #b352cc

#b352cc #ccb352 #52ccb3

Analogous Colors of #b352cc

#b352cc #cc52a8 #7652cc

Monochromatic Colors of #b352cc

#b352cc

Complementary Color

#b352cc #6bcc52

#b352cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b352cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b352cc Color CSS Codes

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

#b352cc Text Font Color

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

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


#b352cc Background Color

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

This div background color is #b352cc


#b352cc Border Color

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

This div border color is #b352cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b352cc


Comments

No comments written yet.

Please login to write comment.