Color Hex Logo

#be6ffe Color Hex

#BE6FFE
(190,111,254)
0 Favorites   0 Comments

Color spaces of #be6ffe

RGB 190111254
HSL0.760.990.72
HSV273°56°100°
CMYK 0.250.560.00   0.00
XYZ44.809029.471897.0929
Yxy29.47180.26150.1720
Hunter Lab54.287952.3291-68.0374
CIE-Lab61.195856.4053-59.4076

#be6ffe color RGB value is (190,111,254).

#be6ffe hex color red value is 190, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #be6ffe hue: 0.76 , saturation: 0.99 and the lightness value of be6ffe is 0.72.

The process color (four color CMYK) of #be6ffe color hex is 0.25, 0.56, 0.00, 0.00. Web safe color of #be6ffe is #cc66ff. Color #be6ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101111 11111110
Octal 276 157 376
Decimal 190 111 254
Hex BE 6F FE

RGB Percentages of Color #be6ffe

%34.23
%20.00
%45.77

CMYK Percentages of Color #be6ffe

%25
%56
%0
%0

Triadic Colors of #be6ffe

#be6ffe #febe6f #6ffebe

Analogous Colors of #be6ffe

#be6ffe #fe6ff7 #776ffe

Monochromatic Colors of #be6ffe

#be6ffe

Complementary Color

#be6ffe #affe6f

#be6ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6ffe Color CSS Codes

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

#be6ffe Text Font Color

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

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


#be6ffe Background Color

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

This div background color is #be6ffe


#be6ffe Border Color

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

This div border color is #be6ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6ffe


Comments

No comments written yet.

Please login to write comment.