Color Hex Logo

#6f21af Color Hex

#6F21AF
(111,33,175)
0 Favorites   0 Comments

Color spaces of #6f21af

RGB 11133175
HSL0.760.680.41
HSV273°81°69°
CMYK 0.370.810.00   0.31
XYZ14.83737.562441.2351
Yxy7.56240.23320.1188
Hunter Lab27.499848.1835-69.6536
CIE-Lab33.054457.7796-60.1225

#6f21af color RGB value is (111,33,175).

#6f21af hex color red value is 111, green value is 33 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6f21af hue: 0.76 , saturation: 0.68 and the lightness value of 6f21af is 0.41.

The process color (four color CMYK) of #6f21af color hex is 0.37, 0.81, 0.00, 0.31. Web safe color of #6f21af is #663399. Color #6f21af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00100001 10101111
Octal 157 41 257
Decimal 111 33 175
Hex 6F 21 AF

RGB Percentages of Color #6f21af

%34.80
%10.34
%54.86

CMYK Percentages of Color #6f21af

%37
%81
%0
%31

Triadic Colors of #6f21af

#6f21af #af6f21 #21af6f

Analogous Colors of #6f21af

#6f21af #af21a8 #2821af

Monochromatic Colors of #6f21af

#6f21af

Complementary Color

#6f21af #61af21

#6f21af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f21af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f21af Color CSS Codes

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

#6f21af Text Font Color

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

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


#6f21af Background Color

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

This div background color is #6f21af


#6f21af Border Color

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

This div border color is #6f21af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f21af


Comments

No comments written yet.

Please login to write comment.