Color Hex Logo

#659eea Color Hex

#659EEA
(101,158,234)
0 Favorites   0 Comments

Color spaces of #659eea

RGB 101158234
HSL0.600.760.66
HSV214°57°92°
CMYK 0.570.320.00   0.08
XYZ32.445033.160982.5326
Yxy33.16090.21900.2239
Hunter Lab57.5855-0.2036-44.6657
CIE-Lab64.29103.3586-43.9226

#659eea color RGB value is (101,158,234).

#659eea hex color red value is 101, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #659eea hue: 0.60 , saturation: 0.76 and the lightness value of 659eea is 0.66.

The process color (four color CMYK) of #659eea color hex is 0.57, 0.32, 0.00, 0.08. Web safe color of #659eea is #6699ff. Color #659eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011110 11101010
Octal 145 236 352
Decimal 101 158 234
Hex 65 9E EA

RGB Percentages of Color #659eea

%20.49
%32.05
%47.46

CMYK Percentages of Color #659eea

%57
%32
%0
%8

Triadic Colors of #659eea

#659eea #ea659e #9eea65

Analogous Colors of #659eea

#659eea #6f65ea #65e1ea

Monochromatic Colors of #659eea

#659eea

Complementary Color

#659eea #eab165

#659eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#659eea Color CSS Codes

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

#659eea Text Font Color

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

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


#659eea Background Color

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

This div background color is #659eea


#659eea Border Color

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

This div border color is #659eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,158,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #659eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #659eea;
  -webkit-box-shadow: 1px 1px 3px 2px #659eea;
  box-shadow:         1px 1px 3px 2px #659eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,158,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 #659eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659eea


Comments

No comments written yet.

Please login to write comment.