Color Hex Logo

#be8bfe Color Hex

#BE8BFE
(190,139,254)
0 Favorites   0 Comments

Color spaces of #be8bfe

RGB 190139254
HSL0.740.980.77
HSV267°45°100°
CMYK 0.250.450.00   0.00
XYZ48.357236.568198.2756
Yxy36.56810.26400.1996
Hunter Lab60.471636.9156-54.0253
CIE-Lab66.951741.6069-50.2620

#be8bfe color RGB value is (190,139,254).

#be8bfe hex color red value is 190, green value is 139 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #be8bfe hue: 0.74 , saturation: 0.98 and the lightness value of be8bfe is 0.77.

The process color (four color CMYK) of #be8bfe color hex is 0.25, 0.45, 0.00, 0.00. Web safe color of #be8bfe is #cc99ff. Color #be8bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001011 11111110
Octal 276 213 376
Decimal 190 139 254
Hex BE 8B FE

RGB Percentages of Color #be8bfe

%32.59
%23.84
%43.57

CMYK Percentages of Color #be8bfe

%25
%45
%0
%0

Triadic Colors of #be8bfe

#be8bfe #febe8b #8bfebe

Analogous Colors of #be8bfe

#be8bfe #f88bfe #8b92fe

Monochromatic Colors of #be8bfe

#be8bfe

Complementary Color

#be8bfe #cbfe8b

#be8bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8bfe Color CSS Codes

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

#be8bfe Text Font Color

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

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


#be8bfe Background Color

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

This div background color is #be8bfe


#be8bfe Border Color

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

This div border color is #be8bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.