Color Hex Logo

#69519f Color Hex

#69519F
(105,81,159)
0 Favorites   0 Comments

Color spaces of #69519f

RGB 10581159
HSL0.720.330.47
HSV258°49°62°
CMYK 0.340.490.00   0.38
XYZ15.026111.391334.2077
Yxy11.39130.24790.1879
Hunter Lab33.751020.4048-36.4666
CIE-Lab40.231927.9794-39.0106

#69519f color RGB value is (105,81,159).

#69519f hex color red value is 105, green value is 81 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #69519f hue: 0.72 , saturation: 0.33 and the lightness value of 69519f is 0.47.

The process color (four color CMYK) of #69519f color hex is 0.34, 0.49, 0.00, 0.38. Web safe color of #69519f is #666699. Color #69519f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010001 10011111
Octal 151 121 237
Decimal 105 81 159
Hex 69 51 9F

RGB Percentages of Color #69519f

%30.43
%23.48
%46.09

CMYK Percentages of Color #69519f

%34
%49
%0
%38

Triadic Colors of #69519f

#69519f #9f6951 #519f69

Analogous Colors of #69519f

#69519f #90519f #51609f

Monochromatic Colors of #69519f

#69519f

Complementary Color

#69519f #879f51

#69519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#69519f Color CSS Codes

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

#69519f Text Font Color

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

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


#69519f Background Color

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

This div background color is #69519f


#69519f Border Color

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

This div border color is #69519f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69519f


Comments

No comments written yet.

Please login to write comment.