Color Hex Logo

#be52ba Color Hex

#BE52BA
(190,82,186)
0 Favorites   0 Comments

Color spaces of #be52ba

RGB 19082186
HSL0.840.450.53
HSV302°57°75°
CMYK 0.000.570.02   0.25
XYZ33.115420.526948.6711
Yxy20.52690.32370.2006
Hunter Lab45.306651.1822-31.9783
CIE-Lab52.427856.8835-34.9420

#be52ba color RGB value is (190,82,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010010 10111010
Octal 276 122 272
Decimal 190 82 186
Hex BE 52 BA

RGB Percentages of Color #be52ba

%41.48
%17.90
%40.61

CMYK Percentages of Color #be52ba

%0
%57
%2
%25

Triadic Colors of #be52ba

#be52ba #babe52 #52babe

Analogous Colors of #be52ba

#be52ba #be5284 #8c52be

Monochromatic Colors of #be52ba

#be52ba

Complementary Color

#be52ba #52be56

#be52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#be52ba Color CSS Codes

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

#be52ba Text Font Color

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

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


#be52ba Background Color

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

This div background color is #be52ba


#be52ba Border Color

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

This div border color is #be52ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be52ba


Comments

No comments written yet.

Please login to write comment.