Color Hex Logo

#be52bb Color Hex

#BE52BB
(190,82,187)
0 Favorites   0 Comments

Color spaces of #be52bb

RGB 19082187
HSL0.840.450.53
HSV302°57°75°
CMYK 0.000.570.02   0.25
XYZ33.222120.569649.2330
Yxy20.56960.32250.1997
Hunter Lab45.353751.3842-32.6137
CIE-Lab52.475257.0566-35.4465

#be52bb color RGB value is (190,82,187).

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

The process color (four color CMYK) of #be52bb color hex is 0.00, 0.57, 0.02, 0.25. Web safe color of #be52bb is #cc66cc. Color #be52bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010010 10111011
Octal 276 122 273
Decimal 190 82 187
Hex BE 52 BB

RGB Percentages of Color #be52bb

%41.39
%17.86
%40.74

CMYK Percentages of Color #be52bb

%0
%57
%2
%25

Triadic Colors of #be52bb

#be52bb #bbbe52 #52bbbe

Analogous Colors of #be52bb

#be52bb #be5285 #8b52be

Monochromatic Colors of #be52bb

#be52bb

Complementary Color

#be52bb #52be55

#be52bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be52bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be52bb Color CSS Codes

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

#be52bb Text Font Color

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

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


#be52bb Background Color

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

This div background color is #be52bb


#be52bb Border Color

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

This div border color is #be52bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be52bb


Comments

No comments written yet.

Please login to write comment.