Color Hex Logo

#690124 Color Hex

#690124
(105,1,36)
0 Favorites   0 Comments

Color spaces of #690124

RGB 105136
HSL0.940.980.21
HSV340°99°41°
CMYK 0.000.990.66   0.59
XYZ6.15503.15231.9531
Yxy3.15230.54660.2799
Hunter Lab17.754730.80965.9061
CIE-Lab20.643842.838510.8248

#690124 color RGB value is (105,1,36).

#690124 hex color red value is 105, green value is 1 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #690124 hue: 0.94 , saturation: 0.98 and the lightness value of 690124 is 0.21.

The process color (four color CMYK) of #690124 color hex is 0.00, 0.99, 0.66, 0.59. Web safe color of #690124 is #660033. Color #690124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000001 00100100
Octal 151 1 44
Decimal 105 1 36
Hex 69 1 24

RGB Percentages of Color #690124

%73.94
%0.70
%25.35

CMYK Percentages of Color #690124

%0
%99
%66
%59

Triadic Colors of #690124

#690124 #246901 #012469

Analogous Colors of #690124

#690124 #691201 #690158

Monochromatic Colors of #690124

#690124

Complementary Color

#690124 #016946

#690124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690124 Color CSS Codes

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

#690124 Text Font Color

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

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


#690124 Background Color

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

This div background color is #690124


#690124 Border Color

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

This div border color is #690124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690124


Comments

No comments written yet.

Please login to write comment.