Color Hex Logo

#658aea Color Hex

#658AEA
(101,138,234)
0 Favorites   0 Comments

Color spaces of #658aea

RGB 101138234
HSL0.620.760.66
HSV223°57°92°
CMYK 0.570.410.00   0.08
XYZ29.306626.884281.4864
Yxy26.88420.21290.1953
Hunter Lab51.850010.1542-56.8840
CIE-Lab58.867015.0866-52.5005

#658aea color RGB value is (101,138,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001010 11101010
Octal 145 212 352
Decimal 101 138 234
Hex 65 8A EA

RGB Percentages of Color #658aea

%21.35
%29.18
%49.47

CMYK Percentages of Color #658aea

%57
%41
%0
%8

Triadic Colors of #658aea

#658aea #ea658a #8aea65

Analogous Colors of #658aea

#658aea #8365ea #65cdea

Monochromatic Colors of #658aea

#658aea

Complementary Color

#658aea #eac565

#658aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#658aea Color CSS Codes

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

#658aea Text Font Color

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

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


#658aea Background Color

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

This div background color is #658aea


#658aea Border Color

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

This div border color is #658aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658aea


Comments

No comments written yet.

Please login to write comment.