Color Hex Logo

#be7cfe Color Hex

#BE7CFE
(190,124,254)
0 Favorites   0 Comments

Color spaces of #be7cfe

RGB 190124254
HSL0.750.980.74
HSV270°51°100°
CMYK 0.250.510.00   0.00
XYZ46.332232.518297.6006
Yxy32.51820.26260.1843
Hunter Lab57.024745.2367-61.5604
CIE-Lab63.768949.6748-55.3061

#be7cfe color RGB value is (190,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111100 11111110
Octal 276 174 376
Decimal 190 124 254
Hex BE 7C FE

RGB Percentages of Color #be7cfe

%33.45
%21.83
%44.72

CMYK Percentages of Color #be7cfe

%25
%51
%0
%0

Triadic Colors of #be7cfe

#be7cfe #febe7c #7cfebe

Analogous Colors of #be7cfe

#be7cfe #fe7cfd #7d7cfe

Monochromatic Colors of #be7cfe

#be7cfe

Complementary Color

#be7cfe #bcfe7c

#be7cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7cfe Color CSS Codes

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

#be7cfe Text Font Color

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

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


#be7cfe Background Color

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

This div background color is #be7cfe


#be7cfe Border Color

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

This div border color is #be7cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7cfe


Comments

No comments written yet.

Please login to write comment.