Color Hex Logo

#69388f Color Hex

#69388F
(105,56,143)
0 Favorites   0 Comments

Color spaces of #69388f

RGB 10556143
HSL0.760.440.39
HSV274°61°56°
CMYK 0.270.610.00   0.44
XYZ12.19787.814826.8521
Yxy7.81480.26030.1668
Hunter Lab27.955028.9651-37.3824
CIE-Lab33.594238.4355-39.9136

#69388f color RGB value is (105,56,143).

#69388f hex color red value is 105, green value is 56 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #69388f hue: 0.76 , saturation: 0.44 and the lightness value of 69388f is 0.39.

The process color (four color CMYK) of #69388f color hex is 0.27, 0.61, 0.00, 0.44. Web safe color of #69388f is #663399. Color #69388f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111000 10001111
Octal 151 70 217
Decimal 105 56 143
Hex 69 38 8F

RGB Percentages of Color #69388f

%34.54
%18.42
%47.04

CMYK Percentages of Color #69388f

%27
%61
%0
%44

Triadic Colors of #69388f

#69388f #8f6938 #388f69

Analogous Colors of #69388f

#69388f #8f388a #3e388f

Monochromatic Colors of #69388f

#69388f

Complementary Color

#69388f #5e8f38

#69388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#69388f Color CSS Codes

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

#69388f Text Font Color

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

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


#69388f Background Color

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

This div background color is #69388f


#69388f Border Color

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

This div border color is #69388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69388f


Comments

No comments written yet.

Please login to write comment.