Color Hex Logo

#b752bb Color Hex

#B752BB
(183,82,187)
0 Favorites   0 Comments

Color spaces of #b752bb

RGB 18382187
HSL0.830.440.53
HSV298°56°73°
CMYK 0.020.560.00   0.27
XYZ31.515419.689749.1532
Yxy19.68970.31400.1962
Hunter Lab44.373149.1244-34.6159
CIE-Lab51.484555.1890-37.0715

#b752bb color RGB value is (183,82,187).

#b752bb hex color red value is 183, green value is 82 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b752bb hue: 0.83 , saturation: 0.44 and the lightness value of b752bb is 0.53.

The process color (four color CMYK) of #b752bb color hex is 0.02, 0.56, 0.00, 0.27. Web safe color of #b752bb is #cc66cc. Color #b752bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010010 10111011
Octal 267 122 273
Decimal 183 82 187
Hex B7 52 BB

RGB Percentages of Color #b752bb

%40.49
%18.14
%41.37

CMYK Percentages of Color #b752bb

%2
%56
%0
%27

Triadic Colors of #b752bb

#b752bb #bbb752 #52bbb7

Analogous Colors of #b752bb

#b752bb #bb528b #8352bb

Monochromatic Colors of #b752bb

#b752bb

Complementary Color

#b752bb #56bb52

#b752bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b752bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b752bb Color CSS Codes

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

#b752bb Text Font Color

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

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


#b752bb Background Color

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

This div background color is #b752bb


#b752bb Border Color

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

This div border color is #b752bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b752bb


Comments

No comments written yet.

Please login to write comment.