Color Hex Logo

#69438b Color Hex

#69438B
(105,67,139)
0 Favorites   0 Comments

Color spaces of #69438b

RGB 10567139
HSL0.750.350.40
HSV272°52°55°
CMYK 0.240.520.00   0.45
XYZ12.49318.881625.4820
Yxy8.88160.26660.1895
Hunter Lab29.802022.6743-29.8341
CIE-Lab35.755331.1392-34.0169

#69438b color RGB value is (105,67,139).

#69438b hex color red value is 105, green value is 67 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #69438b hue: 0.75 , saturation: 0.35 and the lightness value of 69438b is 0.40.

The process color (four color CMYK) of #69438b color hex is 0.24, 0.52, 0.00, 0.45. Web safe color of #69438b is #663399. Color #69438b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000011 10001011
Octal 151 103 213
Decimal 105 67 139
Hex 69 43 8B

RGB Percentages of Color #69438b

%33.76
%21.54
%44.69

CMYK Percentages of Color #69438b

%24
%52
%0
%45

Triadic Colors of #69438b

#69438b #8b6943 #438b69

Analogous Colors of #69438b

#69438b #8b4389 #45438b

Monochromatic Colors of #69438b

#69438b

Complementary Color

#69438b #658b43

#69438b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69438b Color Preview on White Background

Lorem ipsum dolor sit amet.

#69438b Color CSS Codes

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

#69438b Text Font Color

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

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


#69438b Background Color

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

This div background color is #69438b


#69438b Border Color

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

This div border color is #69438b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69438b


Comments

No comments written yet.

Please login to write comment.