Color Hex Logo

#690aea Color Hex

#690AEA
(105,10,234)
0 Favorites   0 Comments

Color spaces of #690aea

RGB 10510234
HSL0.740.920.48
HSV265°96°92°
CMYK 0.550.960.00   0.08
XYZ20.78559.160978.5146
Yxy9.16090.19160.0845
Hunter Lab30.267069.6156-132.6154
CIE-Lab36.292375.8410-89.1877

#690aea color RGB value is (105,10,234).

#690aea hex color red value is 105, green value is 10 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #690aea hue: 0.74 , saturation: 0.92 and the lightness value of 690aea is 0.48.

The process color (four color CMYK) of #690aea color hex is 0.55, 0.96, 0.00, 0.08. Web safe color of #690aea is #6600ff. Color #690aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001010 11101010
Octal 151 12 352
Decimal 105 10 234
Hex 69 A EA

RGB Percentages of Color #690aea

%30.09
%2.87
%67.05

CMYK Percentages of Color #690aea

%55
%96
%0
%8

Triadic Colors of #690aea

#690aea #ea690a #0aea69

Analogous Colors of #690aea

#690aea #d90aea #0a1bea

Monochromatic Colors of #690aea

#690aea

Complementary Color

#690aea #8bea0a

#690aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#690aea Color CSS Codes

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

#690aea Text Font Color

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

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


#690aea Background Color

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

This div background color is #690aea


#690aea Border Color

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

This div border color is #690aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690aea


Comments

No comments written yet.

Please login to write comment.