Color Hex Logo

#6f297d Color Hex

#6F297D
(111,41,125)
0 Favorites   0 Comments

Color spaces of #6f297d

RGB 11141125
HSL0.810.510.33
HSV290°67°49°
CMYK 0.110.670.00   0.51
XYZ11.05026.446120.0638
Yxy6.44610.29420.1716
Hunter Lab25.389233.2580-29.0815
CIE-Lab30.511143.5532-33.6185

#6f297d color RGB value is (111,41,125).

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

The process color (four color CMYK) of #6f297d color hex is 0.11, 0.67, 0.00, 0.51. Web safe color of #6f297d is #663366. Color #6f297d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00101001 01111101
Octal 157 51 175
Decimal 111 41 125
Hex 6F 29 7D

RGB Percentages of Color #6f297d

%40.07
%14.80
%45.13

CMYK Percentages of Color #6f297d

%11
%67
%0
%51

Triadic Colors of #6f297d

#6f297d #7d6f29 #297d6f

Analogous Colors of #6f297d

#6f297d #7d2961 #45297d

Monochromatic Colors of #6f297d

#6f297d

Complementary Color

#6f297d #377d29

#6f297d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f297d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f297d Color CSS Codes

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

#6f297d Text Font Color

<p style="color:#6f297d">Text here</p>

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


#6f297d Background Color

<div style="background-color:#6f297d">
Div content here</div>

This div background color is #6f297d


#6f297d Border Color

<div style="border:3px solid #6f297d">
Div here</div>

This div border color is #6f297d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,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 #6f297d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f297d


Comments

No comments written yet.

Please login to write comment.