Color Hex Logo

#6f1cdd Color Hex

#6F1CDD
(111,28,221)
0 Favorites   0 Comments

Color spaces of #6f1cdd

RGB 11128221
HSL0.740.780.49
HSV266°87°87°
CMYK 0.500.870.00   0.13
XYZ20.02199.430569.1716
Yxy9.43050.20300.0956
Hunter Lab30.709162.6385-112.0530
CIE-Lab36.800369.9162-80.8954

#6f1cdd color RGB value is (111,28,221).

#6f1cdd hex color red value is 111, green value is 28 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6f1cdd hue: 0.74 , saturation: 0.78 and the lightness value of 6f1cdd is 0.49.

The process color (four color CMYK) of #6f1cdd color hex is 0.50, 0.87, 0.00, 0.13. Web safe color of #6f1cdd is #6633cc. Color #6f1cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00011100 11011101
Octal 157 34 335
Decimal 111 28 221
Hex 6F 1C DD

RGB Percentages of Color #6f1cdd

%30.83
%7.78
%61.39

CMYK Percentages of Color #6f1cdd

%50
%87
%0
%13

Triadic Colors of #6f1cdd

#6f1cdd #dd6f1c #1cdd6f

Analogous Colors of #6f1cdd

#6f1cdd #d01cdd #1c2add

Monochromatic Colors of #6f1cdd

#6f1cdd

Complementary Color

#6f1cdd #8add1c

#6f1cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f1cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f1cdd Color CSS Codes

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

#6f1cdd Text Font Color

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

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


#6f1cdd Background Color

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

This div background color is #6f1cdd


#6f1cdd Border Color

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

This div border color is #6f1cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f1cdd


Comments

No comments written yet.

Please login to write comment.