Color Hex Logo

#be42fb Color Hex

#BE42FB
(190,66,251)
0 Favorites   0 Comments

Color spaces of #be42fb

RGB 19066251
HSL0.780.960.62
HSV280°74°98°
CMYK 0.240.740.00   0.02
XYZ40.596021.808693.3366
Yxy21.80860.26070.1400
Hunter Lab46.699773.4455-85.8105
CIE-Lab53.823375.5836-69.6034

#be42fb color RGB value is (190,66,251).

#be42fb hex color red value is 190, green value is 66 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #be42fb hue: 0.78 , saturation: 0.96 and the lightness value of be42fb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000010 11111011
Octal 276 102 373
Decimal 190 66 251
Hex BE 42 FB

RGB Percentages of Color #be42fb

%37.48
%13.02
%49.51

CMYK Percentages of Color #be42fb

%24
%74
%0
%2

Triadic Colors of #be42fb

#be42fb #fbbe42 #42fbbe

Analogous Colors of #be42fb

#be42fb #fb42dc #6142fb

Monochromatic Colors of #be42fb

#be42fb

Complementary Color

#be42fb #7ffb42

#be42fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be42fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be42fb Color CSS Codes

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

#be42fb Text Font Color

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

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


#be42fb Background Color

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

This div background color is #be42fb


#be42fb Border Color

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

This div border color is #be42fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be42fb


Comments

No comments written yet.

Please login to write comment.