Color Hex Logo

#69246b Color Hex

#69246B
(105,36,107)
0 Favorites   0 Comments

Color spaces of #69246b

RGB 10536107
HSL0.830.500.28
HSV298°66°42°
CMYK 0.020.660.00   0.58
XYZ9.11045.326514.4579
Yxy5.32650.31530.1843
Hunter Lab23.079230.0733-20.9866
CIE-Lab27.645440.6980-26.7833

#69246b color RGB value is (105,36,107).

#69246b hex color red value is 105, green value is 36 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #69246b hue: 0.83 , saturation: 0.50 and the lightness value of 69246b is 0.28.

The process color (four color CMYK) of #69246b color hex is 0.02, 0.66, 0.00, 0.58. Web safe color of #69246b is #663366. Color #69246b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00100100 01101011
Octal 151 44 153
Decimal 105 36 107
Hex 69 24 6B

RGB Percentages of Color #69246b

%42.34
%14.52
%43.15

CMYK Percentages of Color #69246b

%2
%66
%0
%58

Triadic Colors of #69246b

#69246b #6b6924 #246b69

Analogous Colors of #69246b

#69246b #6b244a #45246b

Monochromatic Colors of #69246b

#69246b

Complementary Color

#69246b #266b24

#69246b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69246b Color Preview on White Background

Lorem ipsum dolor sit amet.

#69246b Color CSS Codes

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

#69246b Text Font Color

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

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


#69246b Background Color

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

This div background color is #69246b


#69246b Border Color

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

This div border color is #69246b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69246b


Comments

No comments written yet.

Please login to write comment.