Color Hex Logo

#6f1cbd Color Hex

#6F1CBD
(111,28,189)
0 Favorites   0 Comments

Color spaces of #6f1cbd

RGB 11128189
HSL0.750.740.43
HSV271°85°74°
CMYK 0.410.850.00   0.26
XYZ16.15617.884148.8144
Yxy7.88410.22180.1082
Hunter Lab28.078653.5691-83.4200
CIE-Lab33.740362.5741-67.3117

#6f1cbd color RGB value is (111,28,189).

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

The process color (four color CMYK) of #6f1cbd color hex is 0.41, 0.85, 0.00, 0.26. Web safe color of #6f1cbd is #6633cc. Color #6f1cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00011100 10111101
Octal 157 34 275
Decimal 111 28 189
Hex 6F 1C BD

RGB Percentages of Color #6f1cbd

%33.84
%8.54
%57.62

CMYK Percentages of Color #6f1cbd

%41
%85
%0
%26

Triadic Colors of #6f1cbd

#6f1cbd #bd6f1c #1cbd6f

Analogous Colors of #6f1cbd

#6f1cbd #bd1cbb #1f1cbd

Monochromatic Colors of #6f1cbd

#6f1cbd

Complementary Color

#6f1cbd #6abd1c

#6f1cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f1cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f1cbd Color CSS Codes

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

#6f1cbd Text Font Color

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

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


#6f1cbd Background Color

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

This div background color is #6f1cbd


#6f1cbd Border Color

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

This div border color is #6f1cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f1cbd


Comments

No comments written yet.

Please login to write comment.