Color Hex Logo

#6d1fdd Color Hex

#6D1FDD
(109,31,221)
0 Favorites   0 Comments

Color spaces of #6d1fdd

RGB 10931221
HSL0.740.750.49
HSV265°86°87°
CMYK 0.510.860.00   0.13
XYZ19.84789.451669.1849
Yxy9.45160.20150.0960
Hunter Lab30.743561.4375-111.9055
CIE-Lab36.839668.8818-80.8386

#6d1fdd color RGB value is (109,31,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 00011111 11011101
Octal 155 37 335
Decimal 109 31 221
Hex 6D 1F DD

RGB Percentages of Color #6d1fdd

%30.19
%8.59
%61.22

CMYK Percentages of Color #6d1fdd

%51
%86
%0
%13

Triadic Colors of #6d1fdd

#6d1fdd #dd6d1f #1fdd6d

Analogous Colors of #6d1fdd

#6d1fdd #cc1fdd #1f30dd

Monochromatic Colors of #6d1fdd

#6d1fdd

Complementary Color

#6d1fdd #8fdd1f

#6d1fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d1fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d1fdd Color CSS Codes

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

#6d1fdd Text Font Color

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

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


#6d1fdd Background Color

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

This div background color is #6d1fdd


#6d1fdd Border Color

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

This div border color is #6d1fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d1fdd


Comments

No comments written yet.

Please login to write comment.