Color Hex Logo

#bb52df Color Hex

#BB52DF
(187,82,223)
0 Favorites   0 Comments

Color spaces of #bb52df

RGB 18782223
HSL0.790.690.60
HSV285°63°87°
CMYK 0.160.630.00   0.13
XYZ36.830121.927172.1032
Yxy21.92710.28140.1676
Hunter Lab46.826458.4485-58.5162
CIE-Lab53.949663.0161-53.7230

#bb52df color RGB value is (187,82,223).

#bb52df hex color red value is 187, green value is 82 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bb52df hue: 0.79 , saturation: 0.69 and the lightness value of bb52df is 0.60.

The process color (four color CMYK) of #bb52df color hex is 0.16, 0.63, 0.00, 0.13. Web safe color of #bb52df is #cc66cc. Color #bb52df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 11011111
Octal 273 122 337
Decimal 187 82 223
Hex BB 52 DF

RGB Percentages of Color #bb52df

%38.01
%16.67
%45.33

CMYK Percentages of Color #bb52df

%16
%63
%0
%13

Triadic Colors of #bb52df

#bb52df #dfbb52 #52dfbb

Analogous Colors of #bb52df

#bb52df #df52bd #7552df

Monochromatic Colors of #bb52df

#bb52df

Complementary Color

#bb52df #76df52

#bb52df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb52df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb52df Color CSS Codes

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

#bb52df Text Font Color

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

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


#bb52df Background Color

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

This div background color is #bb52df


#bb52df Border Color

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

This div border color is #bb52df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb52df


Comments

No comments written yet.

Please login to write comment.