Color Hex Logo

#be68ed Color Hex

#BE68ED
(190,104,237)
0 Favorites   0 Comments

Color spaces of #be68ed

RGB 190104237
HSL0.770.790.67
HSV279°56°93°
CMYK 0.200.560.00   0.07
XYZ41.471626.962283.1392
Yxy26.96220.27360.1779
Hunter Lab51.925151.6955-58.5837
CIE-Lab58.939356.2198-53.5953

#be68ed color RGB value is (190,104,237).

#be68ed hex color red value is 190, green value is 104 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #be68ed hue: 0.77 , saturation: 0.79 and the lightness value of be68ed is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 11101101
Octal 276 150 355
Decimal 190 104 237
Hex BE 68 ED

RGB Percentages of Color #be68ed

%35.78
%19.59
%44.63

CMYK Percentages of Color #be68ed

%20
%56
%0
%7

Triadic Colors of #be68ed

#be68ed #edbe68 #68edbe

Analogous Colors of #be68ed

#be68ed #ed68da #7c68ed

Monochromatic Colors of #be68ed

#be68ed

Complementary Color

#be68ed #97ed68

#be68ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be68ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#be68ed Color CSS Codes

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

#be68ed Text Font Color

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

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


#be68ed Background Color

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

This div background color is #be68ed


#be68ed Border Color

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

This div border color is #be68ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be68ed


Comments

No comments written yet.

Please login to write comment.