Color Hex Logo

#69297d Color Hex

#69297D
(105,41,125)
0 Favorites   0 Comments

Color spaces of #69297d

RGB 10541125
HSL0.790.510.33
HSV286°67°49°
CMYK 0.160.670.00   0.51
XYZ10.32036.069820.0297
Yxy6.06980.28340.1667
Hunter Lab24.637031.6581-30.9565
CIE-Lab29.587942.0369-35.1458

#69297d color RGB value is (105,41,125).

#69297d hex color red value is 105, green value is 41 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #69297d hue: 0.79 , saturation: 0.51 and the lightness value of 69297d is 0.33.

The process color (four color CMYK) of #69297d color hex is 0.16, 0.67, 0.00, 0.51. Web safe color of #69297d is #663366. Color #69297d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00101001 01111101
Octal 151 51 175
Decimal 105 41 125
Hex 69 29 7D

RGB Percentages of Color #69297d

%38.75
%15.13
%46.13

CMYK Percentages of Color #69297d

%16
%67
%0
%51

Triadic Colors of #69297d

#69297d #7d6929 #297d69

Analogous Colors of #69297d

#69297d #7d2967 #3f297d

Monochromatic Colors of #69297d

#69297d

Complementary Color

#69297d #3d7d29

#69297d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69297d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69297d Color CSS Codes

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

#69297d Text Font Color

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

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


#69297d Background Color

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

This div background color is #69297d


#69297d Border Color

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

This div border color is #69297d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69297d


Comments

No comments written yet.

Please login to write comment.