Color Hex Logo

#690cfe Color Hex

#690CFE
(105,12,254)
0 Favorites   0 Comments

Color spaces of #690cfe

RGB 10512254
HSL0.730.990.52
HSV263°95°100°
CMYK 0.590.950.00   0.00
XYZ23.846610.422094.5207
Yxy10.42200.18520.0809
Hunter Lab32.283175.3573-150.9951
CIE-Lab38.589480.0556-96.6689

#690cfe color RGB value is (105,12,254).

#690cfe hex color red value is 105, green value is 12 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #690cfe hue: 0.73 , saturation: 0.99 and the lightness value of 690cfe is 0.52.

The process color (four color CMYK) of #690cfe color hex is 0.59, 0.95, 0.00, 0.00. Web safe color of #690cfe is #6600ff. Color #690cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001100 11111110
Octal 151 14 376
Decimal 105 12 254
Hex 69 C FE

RGB Percentages of Color #690cfe

%28.30
%3.23
%68.46

CMYK Percentages of Color #690cfe

%59
%95
%0
%0

Triadic Colors of #690cfe

#690cfe #fe690c #0cfe69

Analogous Colors of #690cfe

#690cfe #e20cfe #0c28fe

Monochromatic Colors of #690cfe

#690cfe

Complementary Color

#690cfe #a1fe0c

#690cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#690cfe Color CSS Codes

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

#690cfe Text Font Color

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

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


#690cfe Background Color

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

This div background color is #690cfe


#690cfe Border Color

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

This div border color is #690cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.