Color Hex Logo

#be7eed Color Hex

#BE7EED
(190,126,237)
0 Favorites   0 Comments

Color spaces of #be7eed

RGB 190126237
HSL0.760.760.71
HSV275°47°93°
CMYK 0.200.470.00   0.07
XYZ43.982131.983383.9760
Yxy31.98330.27500.2000
Hunter Lab56.553839.8510-48.4513
CIE-Lab63.329144.8014-46.6380

#be7eed color RGB value is (190,126,237).

#be7eed hex color red value is 190, green value is 126 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #be7eed hue: 0.76 , saturation: 0.76 and the lightness value of be7eed is 0.71.

The process color (four color CMYK) of #be7eed color hex is 0.20, 0.47, 0.00, 0.07. Web safe color of #be7eed is #cc66ff. Color #be7eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111110 11101101
Octal 276 176 355
Decimal 190 126 237
Hex BE 7E ED

RGB Percentages of Color #be7eed

%34.36
%22.78
%42.86

CMYK Percentages of Color #be7eed

%20
%47
%0
%7

Triadic Colors of #be7eed

#be7eed #edbe7e #7eedbe

Analogous Colors of #be7eed

#be7eed #ed7ee5 #877eed

Monochromatic Colors of #be7eed

#be7eed

Complementary Color

#be7eed #aded7e

#be7eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7eed Color CSS Codes

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

#be7eed Text Font Color

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

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


#be7eed Background Color

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

This div background color is #be7eed


#be7eed Border Color

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

This div border color is #be7eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7eed


Comments

No comments written yet.

Please login to write comment.