Color Hex Logo

#be6dea Color Hex

#BE6DEA
(190,109,234)
0 Favorites   0 Comments

Color spaces of #be6dea

RGB 190109234
HSL0.770.750.67
HSV279°53°92°
CMYK 0.190.530.00   0.08
XYZ41.555127.824981.0225
Yxy27.82490.27630.1850
Hunter Lab52.749348.3083-54.1444
CIE-Lab59.730253.0652-50.6670

#be6dea color RGB value is (190,109,234).

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

The process color (four color CMYK) of #be6dea color hex is 0.19, 0.53, 0.00, 0.08. Web safe color of #be6dea is #cc66ff. Color #be6dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101101 11101010
Octal 276 155 352
Decimal 190 109 234
Hex BE 6D EA

RGB Percentages of Color #be6dea

%35.65
%20.45
%43.90

CMYK Percentages of Color #be6dea

%19
%53
%0
%8

Triadic Colors of #be6dea

#be6dea #eabe6d #6deabe

Analogous Colors of #be6dea

#be6dea #ea6dd8 #806dea

Monochromatic Colors of #be6dea

#be6dea

Complementary Color

#be6dea #99ea6d

#be6dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6dea Color CSS Codes

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

#be6dea Text Font Color

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

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


#be6dea Background Color

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

This div background color is #be6dea


#be6dea Border Color

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

This div border color is #be6dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6dea


Comments

No comments written yet.

Please login to write comment.