Color Hex Logo

#be7eff Color Hex

#BE7EFF
(190,126,255)
0 Favorites   0 Comments

Color spaces of #be7eff

RGB 190126255
HSL0.751.000.75
HSV270°51°100°
CMYK 0.250.510.00   0.00
XYZ46.746133.088998.5307
Yxy33.08890.26210.1855
Hunter Lab57.523044.3931-61.2914
CIE-Lab64.232848.8433-55.1168

#be7eff color RGB value is (190,126,255).

#be7eff hex color red value is 190, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #be7eff hue: 0.75 , saturation: 1.00 and the lightness value of be7eff is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111110 11111111
Octal 276 176 377
Decimal 190 126 255
Hex BE 7E FF

RGB Percentages of Color #be7eff

%33.27
%22.07
%44.66

CMYK Percentages of Color #be7eff

%25
%51
%0
%0

Triadic Colors of #be7eff

#be7eff #ffbe7e #7effbe

Analogous Colors of #be7eff

#be7eff #ff7eff #7e7fff

Monochromatic Colors of #be7eff

#be7eff

Complementary Color

#be7eff #bfff7e

#be7eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7eff Color CSS Codes

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

#be7eff Text Font Color

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

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


#be7eff Background Color

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

This div background color is #be7eff


#be7eff Border Color

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

This div border color is #be7eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7eff

#be7eff Color Palettes


Comments

No comments written yet.

Please login to write comment.