Color Hex Logo

#690cbe Color Hex

#690CBE
(105,12,190)
0 Favorites   0 Comments

Color spaces of #690cbe

RGB 10512190
HSL0.750.880.40
HSV271°94°75°
CMYK 0.450.940.00   0.25
XYZ15.25146.983949.2594
Yxy6.98390.21330.0977
Hunter Lab26.427156.7673-92.0161
CIE-Lab31.770265.7964-71.1722

#690cbe color RGB value is (105,12,190).

#690cbe hex color red value is 105, green value is 12 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #690cbe hue: 0.75 , saturation: 0.88 and the lightness value of 690cbe is 0.40.

The process color (four color CMYK) of #690cbe color hex is 0.45, 0.94, 0.00, 0.25. Web safe color of #690cbe is #6600cc. Color #690cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001100 10111110
Octal 151 14 276
Decimal 105 12 190
Hex 69 C BE

RGB Percentages of Color #690cbe

%34.20
%3.91
%61.89

CMYK Percentages of Color #690cbe

%45
%94
%0
%25

Triadic Colors of #690cbe

#690cbe #be690c #0cbe69

Analogous Colors of #690cbe

#690cbe #be0cba #100cbe

Monochromatic Colors of #690cbe

#690cbe

Complementary Color

#690cbe #61be0c

#690cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#690cbe Color CSS Codes

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

#690cbe Text Font Color

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

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


#690cbe Background Color

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

This div background color is #690cbe


#690cbe Border Color

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

This div border color is #690cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690cbe


Comments

No comments written yet.

Please login to write comment.