Color Hex Logo

#694698 Color Hex

#694698
(105,70,152)
0 Favorites   0 Comments

Color spaces of #694698

RGB 10570152
HSL0.740.370.44
HSV266°54°60°
CMYK 0.310.540.00   0.40
XYZ13.68349.650630.8473
Yxy9.65060.25250.1781
Hunter Lab31.065424.2595-37.1279
CIE-Lab37.207932.7083-39.6180

#694698 color RGB value is (105,70,152).

#694698 hex color red value is 105, green value is 70 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #694698 hue: 0.74 , saturation: 0.37 and the lightness value of 694698 is 0.44.

The process color (four color CMYK) of #694698 color hex is 0.31, 0.54, 0.00, 0.40. Web safe color of #694698 is #663399. Color #694698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000110 10011000
Octal 151 106 230
Decimal 105 70 152
Hex 69 46 98

RGB Percentages of Color #694698

%32.11
%21.41
%46.48

CMYK Percentages of Color #694698

%31
%54
%0
%40

Triadic Colors of #694698

#694698 #986946 #469869

Analogous Colors of #694698

#694698 #924698 #464c98

Monochromatic Colors of #694698

#694698

Complementary Color

#694698 #759846

#694698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#694698 Color CSS Codes

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

#694698 Text Font Color

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

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


#694698 Background Color

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

This div background color is #694698


#694698 Border Color

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

This div border color is #694698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694698


Comments

No comments written yet.

Please login to write comment.