Color Hex Logo

#69369d Color Hex

#69369D
(105,54,157)
0 Favorites   0 Comments

Color spaces of #69369d

RGB 10554157
HSL0.750.490.41
HSV270°66°62°
CMYK 0.330.660.00   0.38
XYZ13.23078.075932.7598
Yxy8.07590.24470.1494
Hunter Lab28.418133.3730-48.4555
CIE-Lab34.140543.0076-47.5671

#69369d color RGB value is (105,54,157).

#69369d hex color red value is 105, green value is 54 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #69369d hue: 0.75 , saturation: 0.49 and the lightness value of 69369d is 0.41.

The process color (four color CMYK) of #69369d color hex is 0.33, 0.66, 0.00, 0.38. Web safe color of #69369d is #663399. Color #69369d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110110 10011101
Octal 151 66 235
Decimal 105 54 157
Hex 69 36 9D

RGB Percentages of Color #69369d

%33.23
%17.09
%49.68

CMYK Percentages of Color #69369d

%33
%66
%0
%38

Triadic Colors of #69369d

#69369d #9d6936 #369d69

Analogous Colors of #69369d

#69369d #9d369d #36379d

Monochromatic Colors of #69369d

#69369d

Complementary Color

#69369d #6a9d36

#69369d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69369d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69369d Color CSS Codes

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

#69369d Text Font Color

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

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


#69369d Background Color

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

This div background color is #69369d


#69369d Border Color

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

This div border color is #69369d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69369d


Comments

No comments written yet.

Please login to write comment.