Color Hex Logo

#6d0cbd Color Hex

#6D0CBD
(109,12,189)
0 Favorites   0 Comments

Color spaces of #6d0cbd

RGB 10912189
HSL0.760.880.39
HSV273°94°74°
CMYK 0.420.940.00   0.26
XYZ15.62357.188348.7081
Yxy7.18830.21840.1005
Hunter Lab26.811057.0975-88.9456
CIE-Lab32.231865.9988-69.8014

#6d0cbd color RGB value is (109,12,189).

#6d0cbd hex color red value is 109, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6d0cbd hue: 0.76 , saturation: 0.88 and the lightness value of 6d0cbd is 0.39.

The process color (four color CMYK) of #6d0cbd color hex is 0.42, 0.94, 0.00, 0.26. Web safe color of #6d0cbd is #6600cc. Color #6d0cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00001100 10111101
Octal 155 14 275
Decimal 109 12 189
Hex 6D C BD

RGB Percentages of Color #6d0cbd

%35.16
%3.87
%60.97

CMYK Percentages of Color #6d0cbd

%42
%94
%0
%26

Triadic Colors of #6d0cbd

#6d0cbd #bd6d0c #0cbd6d

Analogous Colors of #6d0cbd

#6d0cbd #bd0cb5 #140cbd

Monochromatic Colors of #6d0cbd

#6d0cbd

Complementary Color

#6d0cbd #5cbd0c

#6d0cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d0cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d0cbd Color CSS Codes

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

#6d0cbd Text Font Color

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

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


#6d0cbd Background Color

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

This div background color is #6d0cbd


#6d0cbd Border Color

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

This div border color is #6d0cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d0cbd


Comments

No comments written yet.

Please login to write comment.