Color Hex Logo

#be6cea Color Hex

#BE6CEA
(190,108,234)
0 Favorites   0 Comments

Color spaces of #be6cea

RGB 190108234
HSL0.780.750.67
HSV279°54°92°
CMYK 0.190.540.00   0.08
XYZ41.449027.612880.9871
Yxy27.61280.27620.1840
Hunter Lab52.547948.8394-54.5946
CIE-Lab59.537353.5735-50.9732

#be6cea color RGB value is (190,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101100 11101010
Octal 276 154 352
Decimal 190 108 234
Hex BE 6C EA

RGB Percentages of Color #be6cea

%35.71
%20.30
%43.98

CMYK Percentages of Color #be6cea

%19
%54
%0
%8

Triadic Colors of #be6cea

#be6cea #eabe6c #6ceabe

Analogous Colors of #be6cea

#be6cea #ea6cd7 #7f6cea

Monochromatic Colors of #be6cea

#be6cea

Complementary Color

#be6cea #98ea6c

#be6cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6cea Color CSS Codes

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

#be6cea Text Font Color

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

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


#be6cea Background Color

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

This div background color is #be6cea


#be6cea Border Color

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

This div border color is #be6cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6cea


Comments

No comments written yet.

Please login to write comment.