Color Hex Logo

#6f319d Color Hex

#6F319D
(111,49,157)
0 Favorites   0 Comments

Color spaces of #6f319d

RGB 11149157
HSL0.760.520.40
HSV274°69°62°
CMYK 0.290.690.00   0.38
XYZ13.73978.010532.7203
Yxy8.01050.25220.1471
Hunter Lab28.302837.1235-48.7319
CIE-Lab34.004746.8739-47.7472

#6f319d color RGB value is (111,49,157).

#6f319d hex color red value is 111, green value is 49 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #6f319d hue: 0.76 , saturation: 0.52 and the lightness value of 6f319d is 0.40.

The process color (four color CMYK) of #6f319d color hex is 0.29, 0.69, 0.00, 0.38. Web safe color of #6f319d is #663399. Color #6f319d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110001 10011101
Octal 157 61 235
Decimal 111 49 157
Hex 6F 31 9D

RGB Percentages of Color #6f319d

%35.02
%15.46
%49.53

CMYK Percentages of Color #6f319d

%29
%69
%0
%38

Triadic Colors of #6f319d

#6f319d #9d6f31 #319d6f

Analogous Colors of #6f319d

#6f319d #9d3195 #39319d

Monochromatic Colors of #6f319d

#6f319d

Complementary Color

#6f319d #5f9d31

#6f319d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f319d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f319d Color CSS Codes

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

#6f319d Text Font Color

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

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


#6f319d Background Color

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

This div background color is #6f319d


#6f319d Border Color

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

This div border color is #6f319d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,49,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f319d


Comments

No comments written yet.

Please login to write comment.