Color Hex Logo

#690fec Color Hex

#690FEC
(105,15,236)
0 Favorites   0 Comments

Color spaces of #690fec

RGB 10515236
HSL0.730.880.49
HSV264°94°93°
CMYK 0.560.940.00   0.07
XYZ21.13689.401080.0574
Yxy9.40100.19110.0850
Hunter Lab30.661169.3957-133.3462
CIE-Lab36.745275.5764-89.5739

#690fec color RGB value is (105,15,236).

#690fec hex color red value is 105, green value is 15 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #690fec hue: 0.73 , saturation: 0.88 and the lightness value of 690fec is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001111 11101100
Octal 151 17 354
Decimal 105 15 236
Hex 69 F EC

RGB Percentages of Color #690fec

%29.49
%4.21
%66.29

CMYK Percentages of Color #690fec

%56
%94
%0
%7

Triadic Colors of #690fec

#690fec #ec690f #0fec69

Analogous Colors of #690fec

#690fec #d80fec #0f23ec

Monochromatic Colors of #690fec

#690fec

Complementary Color

#690fec #92ec0f

#690fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#690fec Color CSS Codes

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

#690fec Text Font Color

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

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


#690fec Background Color

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

This div background color is #690fec


#690fec Border Color

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

This div border color is #690fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690fec


Comments

No comments written yet.

Please login to write comment.