Color Hex Logo

#be32fa Color Hex

#BE32FA
(190,50,250)
0 Favorites   0 Comments

Color spaces of #be32fa

RGB 19050250
HSL0.780.950.59
HSV282°80°98°
CMYK 0.240.800.00   0.02
XYZ39.631120.130592.2393
Yxy20.13050.26070.1324
Hunter Lab44.867079.1520-90.4837
CIE-Lab51.984480.5026-72.0265

#be32fa color RGB value is (190,50,250).

#be32fa hex color red value is 190, green value is 50 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #be32fa hue: 0.78 , saturation: 0.95 and the lightness value of be32fa is 0.59.

The process color (four color CMYK) of #be32fa color hex is 0.24, 0.80, 0.00, 0.02. Web safe color of #be32fa is #cc33ff. Color #be32fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 11111010
Octal 276 62 372
Decimal 190 50 250
Hex BE 32 FA

RGB Percentages of Color #be32fa

%38.78
%10.20
%51.02

CMYK Percentages of Color #be32fa

%24
%80
%0
%2

Triadic Colors of #be32fa

#be32fa #fabe32 #32fabe

Analogous Colors of #be32fa

#be32fa #fa32d2 #5a32fa

Monochromatic Colors of #be32fa

#be32fa

Complementary Color

#be32fa #6efa32

#be32fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be32fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be32fa Color CSS Codes

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

#be32fa Text Font Color

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

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


#be32fa Background Color

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

This div background color is #be32fa


#be32fa Border Color

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

This div border color is #be32fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be32fa


Comments

No comments written yet.

Please login to write comment.