Color Hex Logo

#be9cfb Color Hex

#BE9CFB
(190,156,251)
0 Favorites   0 Comments

Color spaces of #be9cfb

RGB 190156251
HSL0.730.920.80
HSV261°38°98°
CMYK 0.240.380.00   0.02
XYZ50.536341.689196.6500
Yxy41.68910.26760.2207
Hunter Lab64.567126.7185-43.5538
CIE-Lab70.656031.5479-42.8036

#be9cfb color RGB value is (190,156,251).

#be9cfb hex color red value is 190, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #be9cfb hue: 0.73 , saturation: 0.92 and the lightness value of be9cfb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011100 11111011
Octal 276 234 373
Decimal 190 156 251
Hex BE 9C FB

RGB Percentages of Color #be9cfb

%31.83
%26.13
%42.04

CMYK Percentages of Color #be9cfb

%24
%38
%0
%2

Triadic Colors of #be9cfb

#be9cfb #fbbe9c #9cfbbe

Analogous Colors of #be9cfb

#be9cfb #ee9cfb #9caafb

Monochromatic Colors of #be9cfb

#be9cfb

Complementary Color

#be9cfb #d9fb9c

#be9cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9cfb Color CSS Codes

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

#be9cfb Text Font Color

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

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


#be9cfb Background Color

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

This div background color is #be9cfb


#be9cfb Border Color

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

This div border color is #be9cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.