Color Hex Logo

#690148 Color Hex

#690148
(105,1,72)
0 Favorites   0 Comments

Color spaces of #690148

RGB 105172
HSL0.890.980.21
HSV319°99°41°
CMYK 0.000.990.31   0.59
XYZ7.00633.49286.4358
Yxy3.49280.41370.2062
Hunter Lab18.689034.2117-7.3349
CIE-Lab21.918346.2050-12.5307

#690148 color RGB value is (105,1,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000001 01001000
Octal 151 1 110
Decimal 105 1 72
Hex 69 1 48

RGB Percentages of Color #690148

%58.99
%0.56
%40.45

CMYK Percentages of Color #690148

%0
%99
%31
%59

Triadic Colors of #690148

#690148 #486901 #014869

Analogous Colors of #690148

#690148 #690114 #560169

Monochromatic Colors of #690148

#690148

Complementary Color

#690148 #016922

#690148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690148 Color CSS Codes

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

#690148 Text Font Color

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

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


#690148 Background Color

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

This div background color is #690148


#690148 Border Color

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

This div border color is #690148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690148


Comments

No comments written yet.

Please login to write comment.