Color Hex Logo

#be65e0 Color Hex

#BE65E0
(190,101,224)
0 Favorites   0 Comments

Color spaces of #be65e0

RGB 190101224
HSL0.790.660.64
HSV283°55°88°
CMYK 0.150.550.00   0.12
XYZ39.343425.636373.3957
Yxy25.63630.28430.1853
Hunter Lab50.632350.0954-50.5031
CIE-Lab57.690255.0027-48.3091

#be65e0 color RGB value is (190,101,224).

#be65e0 hex color red value is 190, green value is 101 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #be65e0 hue: 0.79 , saturation: 0.66 and the lightness value of be65e0 is 0.64.

The process color (four color CMYK) of #be65e0 color hex is 0.15, 0.55, 0.00, 0.12. Web safe color of #be65e0 is #cc66cc. Color #be65e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100101 11100000
Octal 276 145 340
Decimal 190 101 224
Hex BE 65 E0

RGB Percentages of Color #be65e0

%36.89
%19.61
%43.50

CMYK Percentages of Color #be65e0

%15
%55
%0
%12

Triadic Colors of #be65e0

#be65e0 #e0be65 #65e0be

Analogous Colors of #be65e0

#be65e0 #e065c5 #8165e0

Monochromatic Colors of #be65e0

#be65e0

Complementary Color

#be65e0 #87e065

#be65e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be65e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be65e0 Color CSS Codes

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

#be65e0 Text Font Color

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

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


#be65e0 Background Color

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

This div background color is #be65e0


#be65e0 Border Color

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

This div border color is #be65e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be65e0


Comments

No comments written yet.

Please login to write comment.