Color Hex Logo

#6f1edd Color Hex

#6F1EDD
(111,30,221)
0 Favorites   0 Comments

Color spaces of #6f1edd

RGB 11130221
HSL0.740.760.49
HSV265°86°87°
CMYK 0.500.860.00   0.13
XYZ20.07109.528569.1879
Yxy9.52850.20320.0965
Hunter Lab30.868362.0438-111.2844
CIE-Lab36.982569.3736-80.5946

#6f1edd color RGB value is (111,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00011110 11011101
Octal 157 36 335
Decimal 111 30 221
Hex 6F 1E DD

RGB Percentages of Color #6f1edd

%30.66
%8.29
%61.05

CMYK Percentages of Color #6f1edd

%50
%86
%0
%13

Triadic Colors of #6f1edd

#6f1edd #dd6f1e #1edd6f

Analogous Colors of #6f1edd

#6f1edd #cf1edd #1e2ddd

Monochromatic Colors of #6f1edd

#6f1edd

Complementary Color

#6f1edd #8cdd1e

#6f1edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f1edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f1edd Color CSS Codes

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

#6f1edd Text Font Color

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

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


#6f1edd Background Color

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

This div background color is #6f1edd


#6f1edd Border Color

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

This div border color is #6f1edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f1edd


Comments

No comments written yet.

Please login to write comment.