Color Hex Logo

#b652cb Color Hex

#B652CB
(182,82,203)
0 Favorites   0 Comments

Color spaces of #b652cb

RGB 18282203
HSL0.800.540.56
HSV290°60°80°
CMYK 0.100.600.00   0.20
XYZ33.088220.291558.6726
Yxy20.29150.29530.1811
Hunter Lab45.046152.2849-45.6931
CIE-Lab52.165257.9189-45.2241

#b652cb color RGB value is (182,82,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010010 11001011
Octal 266 122 313
Decimal 182 82 203
Hex B6 52 CB

RGB Percentages of Color #b652cb

%38.97
%17.56
%43.47

CMYK Percentages of Color #b652cb

%10
%60
%0
%20

Triadic Colors of #b652cb

#b652cb #cbb652 #52cbb6

Analogous Colors of #b652cb

#b652cb #cb52a4 #7a52cb

Monochromatic Colors of #b652cb

#b652cb

Complementary Color

#b652cb #67cb52

#b652cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b652cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b652cb Color CSS Codes

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

#b652cb Text Font Color

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

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


#b652cb Background Color

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

This div background color is #b652cb


#b652cb Border Color

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

This div border color is #b652cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,82,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b652cb


Comments

No comments written yet.

Please login to write comment.