Color Hex Logo

#b652be Color Hex

#B652BE
(182,82,190)
0 Favorites   0 Comments

Color spaces of #b652be

RGB 18282190
HSL0.820.450.53
HSV296°57°75°
CMYK 0.040.570.00   0.25
XYZ31.603019.697450.8515
Yxy19.69740.30940.1928
Hunter Lab44.381849.4368-36.8658
CIE-Lab51.493355.4714-38.8034

#b652be color RGB value is (182,82,190).

#b652be hex color red value is 182, green value is 82 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b652be hue: 0.82 , saturation: 0.45 and the lightness value of b652be is 0.53.

The process color (four color CMYK) of #b652be color hex is 0.04, 0.57, 0.00, 0.25. Web safe color of #b652be is #cc66cc. Color #b652be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010010 10111110
Octal 266 122 276
Decimal 182 82 190
Hex B6 52 BE

RGB Percentages of Color #b652be

%40.09
%18.06
%41.85

CMYK Percentages of Color #b652be

%4
%57
%0
%25

Triadic Colors of #b652be

#b652be #beb652 #52beb6

Analogous Colors of #b652be

#b652be #be5290 #8052be

Monochromatic Colors of #b652be

#b652be

Complementary Color

#b652be #5abe52

#b652be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b652be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b652be Color CSS Codes

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

#b652be Text Font Color

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

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


#b652be Background Color

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

This div background color is #b652be


#b652be Border Color

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

This div border color is #b652be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b652be


Comments

No comments written yet.

Please login to write comment.