Color Hex Logo

#be93fb Color Hex

#BE93FB
(190,147,251)
0 Favorites   0 Comments

Color spaces of #be93fb

RGB 190147251
HSL0.740.930.78
HSV265°41°98°
CMYK 0.240.410.00   0.02
XYZ49.081538.779696.1651
Yxy38.77960.26670.2107
Hunter Lab62.273331.7089-47.9669
CIE-Lab68.591336.5227-46.0415

#be93fb color RGB value is (190,147,251).

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

The process color (four color CMYK) of #be93fb color hex is 0.24, 0.41, 0.00, 0.02. Web safe color of #be93fb is #cc99ff. Color #be93fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010011 11111011
Octal 276 223 373
Decimal 190 147 251
Hex BE 93 FB

RGB Percentages of Color #be93fb

%32.31
%25.00
%42.69

CMYK Percentages of Color #be93fb

%24
%41
%0
%2

Triadic Colors of #be93fb

#be93fb #fbbe93 #93fbbe

Analogous Colors of #be93fb

#be93fb #f293fb #939cfb

Monochromatic Colors of #be93fb

#be93fb

Complementary Color

#be93fb #d0fb93

#be93fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be93fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be93fb Color CSS Codes

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

#be93fb Text Font Color

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

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


#be93fb Background Color

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

This div background color is #be93fb


#be93fb Border Color

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

This div border color is #be93fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be93fb


Comments

No comments written yet.

Please login to write comment.