Color Hex Logo

#beb7fc Color Hex

#BEB7FC
(190,183,252)
0 Favorites   0 Comments

Color spaces of #beb7fc

RGB 190183252
HSL0.680.920.85
HSV246°27°99°
CMYK 0.250.270.00   0.01
XYZ55.739451.842499.1643
Yxy51.84240.26960.2508
Hunter Lab72.001712.1811-31.2560
CIE-Lab77.186516.8493-33.1967

#beb7fc color RGB value is (190,183,252).

#beb7fc hex color red value is 190, green value is 183 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #beb7fc hue: 0.68 , saturation: 0.92 and the lightness value of beb7fc is 0.85.

The process color (four color CMYK) of #beb7fc color hex is 0.25, 0.27, 0.00, 0.01. Web safe color of #beb7fc is #ccccff. Color #beb7fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110111 11111100
Octal 276 267 374
Decimal 190 183 252
Hex BE B7 FC

RGB Percentages of Color #beb7fc

%30.40
%29.28
%40.32

CMYK Percentages of Color #beb7fc

%25
%27
%0
%1

Triadic Colors of #beb7fc

#beb7fc #fcbeb7 #b7fcbe

Analogous Colors of #beb7fc

#beb7fc #e1b7fc #b7d3fc

Monochromatic Colors of #beb7fc

#beb7fc

Complementary Color

#beb7fc #f5fcb7

#beb7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb7fc Color CSS Codes

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

#beb7fc Text Font Color

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

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


#beb7fc Background Color

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

This div background color is #beb7fc


#beb7fc Border Color

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

This div border color is #beb7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb7fc

Related Colors


Comments

No comments written yet.

Please login to write comment.