Color Hex Logo

#690aec Color Hex

#690AEC
(105,10,236)
0 Favorites   0 Comments

Color spaces of #690aec

RGB 10510236
HSL0.740.920.48
HSV265°96°93°
CMYK 0.560.960.00   0.07
XYZ21.07469.276580.0367
Yxy9.27650.19090.0840
Hunter Lab30.457370.2106-134.4838
CIE-Lab36.511376.2871-89.9616

#690aec color RGB value is (105,10,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001010 11101100
Octal 151 12 354
Decimal 105 10 236
Hex 69 A EC

RGB Percentages of Color #690aec

%29.91
%2.85
%67.24

CMYK Percentages of Color #690aec

%56
%96
%0
%7

Triadic Colors of #690aec

#690aec #ec690a #0aec69

Analogous Colors of #690aec

#690aec #da0aec #0a1cec

Monochromatic Colors of #690aec

#690aec

Complementary Color

#690aec #8dec0a

#690aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#690aec Color CSS Codes

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

#690aec Text Font Color

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

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


#690aec Background Color

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

This div background color is #690aec


#690aec Border Color

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

This div border color is #690aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,10,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690aec


Comments

No comments written yet.

Please login to write comment.