Color Hex Logo

#69304b Color Hex

#69304B
(105,48,75)
0 Favorites   0 Comments

Color spaces of #69304b

RGB 1054875
HSL0.920.370.30
HSV332°54°41°
CMYK 0.000.540.29   0.59
XYZ8.15275.62527.3127
Yxy5.62520.38660.2667
Hunter Lab23.717519.8523-1.6783
CIE-Lab28.446528.9284-4.6642

#69304b color RGB value is (105,48,75).

#69304b hex color red value is 105, green value is 48 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #69304b hue: 0.92 , saturation: 0.37 and the lightness value of 69304b is 0.30.

The process color (four color CMYK) of #69304b color hex is 0.00, 0.54, 0.29, 0.59. Web safe color of #69304b is #663333. Color #69304b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110000 01001011
Octal 151 60 113
Decimal 105 48 75
Hex 69 30 4B

RGB Percentages of Color #69304b

%46.05
%21.05
%32.89

CMYK Percentages of Color #69304b

%0
%54
%29
%59

Triadic Colors of #69304b

#69304b #4b6930 #304b69

Analogous Colors of #69304b

#69304b #693130 #693068

Monochromatic Colors of #69304b

#69304b

Complementary Color

#69304b #30694e

#69304b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69304b Color Preview on White Background

Lorem ipsum dolor sit amet.

#69304b Color CSS Codes

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

#69304b Text Font Color

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

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


#69304b Background Color

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

This div background color is #69304b


#69304b Border Color

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

This div border color is #69304b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69304b


Comments

No comments written yet.

Please login to write comment.