Color Hex Logo

#6b1edd Color Hex

#6B1EDD
(107,30,221)
0 Favorites   0 Comments

Color spaces of #6b1edd

RGB 10730221
HSL0.730.760.49
HSV264°86°87°
CMYK 0.520.860.00   0.13
XYZ19.57889.274869.1649
Yxy9.27480.19970.0946
Hunter Lab30.454661.4596-113.3345
CIE-Lab36.508168.9646-81.3936

#6b1edd color RGB value is (107,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 00011110 11011101
Octal 153 36 335
Decimal 107 30 221
Hex 6B 1E DD

RGB Percentages of Color #6b1edd

%29.89
%8.38
%61.73

CMYK Percentages of Color #6b1edd

%52
%86
%0
%13

Triadic Colors of #6b1edd

#6b1edd #dd6b1e #1edd6b

Analogous Colors of #6b1edd

#6b1edd #cb1edd #1e31dd

Monochromatic Colors of #6b1edd

#6b1edd

Complementary Color

#6b1edd #90dd1e

#6b1edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b1edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b1edd Color CSS Codes

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

#6b1edd Text Font Color

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

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


#6b1edd Background Color

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

This div background color is #6b1edd


#6b1edd Border Color

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

This div border color is #6b1edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b1edd


Comments

No comments written yet.

Please login to write comment.