Color Hex Logo

#6f4ace Color Hex

#6F4ACE
(111,74,206)
0 Favorites   0 Comments

Color spaces of #6f4ace

RGB 11174206
HSL0.710.570.55
HSV257°64°81°
CMYK 0.460.640.00   0.19
XYZ20.144912.733359.7885
Yxy12.73330.21740.1374
Hunter Lab35.683738.3238-74.3624
CIE-Lab42.358646.5659-63.1573

#6f4ace color RGB value is (111,74,206).

#6f4ace hex color red value is 111, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6f4ace hue: 0.71 , saturation: 0.57 and the lightness value of 6f4ace is 0.55.

The process color (four color CMYK) of #6f4ace color hex is 0.46, 0.64, 0.00, 0.19. Web safe color of #6f4ace is #6633cc. Color #6f4ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01001010 11001110
Octal 157 112 316
Decimal 111 74 206
Hex 6F 4A CE

RGB Percentages of Color #6f4ace

%28.39
%18.93
%52.69

CMYK Percentages of Color #6f4ace

%46
%64
%0
%19

Triadic Colors of #6f4ace

#6f4ace #ce6f4a #4ace6f

Analogous Colors of #6f4ace

#6f4ace #b14ace #4a67ce

Monochromatic Colors of #6f4ace

#6f4ace

Complementary Color

#6f4ace #a9ce4a

#6f4ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f4ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f4ace Color CSS Codes

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

#6f4ace Text Font Color

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

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


#6f4ace Background Color

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

This div background color is #6f4ace


#6f4ace Border Color

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

This div border color is #6f4ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f4ace


Comments

No comments written yet.

Please login to write comment.