Color Hex Logo

#690ffc Color Hex

#690FFC
(105,15,252)
0 Favorites   0 Comments

Color spaces of #690ffc

RGB 10515252
HSL0.730.980.52
HSV263°94°99°
CMYK 0.580.940.00   0.01
XYZ23.567210.373292.8556
Yxy10.37320.18590.0818
Hunter Lab32.207574.2510-148.3906
CIE-Lab38.504179.1869-95.6890

#690ffc color RGB value is (105,15,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001111 11111100
Octal 151 17 374
Decimal 105 15 252
Hex 69 F FC

RGB Percentages of Color #690ffc

%28.23
%4.03
%67.74

CMYK Percentages of Color #690ffc

%58
%94
%0
%1

Triadic Colors of #690ffc

#690ffc #fc690f #0ffc69

Analogous Colors of #690ffc

#690ffc #e00ffc #0f2cfc

Monochromatic Colors of #690ffc

#690ffc

Complementary Color

#690ffc #a2fc0f

#690ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#690ffc Color CSS Codes

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

#690ffc Text Font Color

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

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


#690ffc Background Color

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

This div background color is #690ffc


#690ffc Border Color

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

This div border color is #690ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690ffc


Comments

No comments written yet.

Please login to write comment.