Color Hex Logo

#658bea Color Hex

#658BEA
(101,139,234)
0 Favorites   0 Comments

Color spaces of #658bea

RGB 101139234
HSL0.620.760.66
HSV223°57°92°
CMYK 0.570.410.00   0.08
XYZ29.450727.172581.5345
Yxy27.17250.21320.1967
Hunter Lab52.12729.6257-56.2490
CIE-Lab59.133714.4899-52.0765

#658bea color RGB value is (101,139,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001011 11101010
Octal 145 213 352
Decimal 101 139 234
Hex 65 8B EA

RGB Percentages of Color #658bea

%21.31
%29.32
%49.37

CMYK Percentages of Color #658bea

%57
%41
%0
%8

Triadic Colors of #658bea

#658bea #ea658b #8bea65

Analogous Colors of #658bea

#658bea #8265ea #65ceea

Monochromatic Colors of #658bea

#658bea

Complementary Color

#658bea #eac465

#658bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#658bea Color CSS Codes

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

#658bea Text Font Color

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

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


#658bea Background Color

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

This div background color is #658bea


#658bea Border Color

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

This div border color is #658bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658bea


Comments

No comments written yet.

Please login to write comment.