Color Hex Logo

#b652cc Color Hex

#B652CC
(182,82,204)
0 Favorites   0 Comments

Color spaces of #b652cc

RGB 18282204
HSL0.800.540.56
HSV289°60°80°
CMYK 0.110.600.00   0.20
XYZ33.207820.339359.3024
Yxy20.33930.29430.1802
Hunter Lab45.099152.5113-46.3931
CIE-Lab52.218758.1117-45.7121

#b652cc color RGB value is (182,82,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010010 11001100
Octal 266 122 314
Decimal 182 82 204
Hex B6 52 CC

RGB Percentages of Color #b652cc

%38.89
%17.52
%43.59

CMYK Percentages of Color #b652cc

%11
%60
%0
%20

Triadic Colors of #b652cc

#b652cc #ccb652 #52ccb6

Analogous Colors of #b652cc

#b652cc #cc52a5 #7952cc

Monochromatic Colors of #b652cc

#b652cc

Complementary Color

#b652cc #68cc52

#b652cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b652cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b652cc Color CSS Codes

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

#b652cc Text Font Color

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

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


#b652cc Background Color

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

This div background color is #b652cc


#b652cc Border Color

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

This div border color is #b652cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b652cc


Comments

No comments written yet.

Please login to write comment.