Color Hex Logo

#6c47ba Color Hex

#6C47BA
(108,71,186)
0 Favorites   0 Comments

Color spaces of #6c47ba

RGB 10871186
HSL0.720.450.50
HSV259°62°73°
CMYK 0.420.620.00   0.27
XYZ17.300511.239847.7120
Yxy11.23980.22690.1474
Hunter Lab33.525833.4421-60.9100
CIE-Lab39.981542.0638-55.3901

#6c47ba color RGB value is (108,71,186).

#6c47ba hex color red value is 108, green value is 71 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6c47ba hue: 0.72 , saturation: 0.45 and the lightness value of 6c47ba is 0.50.

The process color (four color CMYK) of #6c47ba color hex is 0.42, 0.62, 0.00, 0.27. Web safe color of #6c47ba is #6633cc. Color #6c47ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01000111 10111010
Octal 154 107 272
Decimal 108 71 186
Hex 6C 47 BA

RGB Percentages of Color #6c47ba

%29.59
%19.45
%50.96

CMYK Percentages of Color #6c47ba

%42
%62
%0
%27

Triadic Colors of #6c47ba

#6c47ba #ba6c47 #47ba6c

Analogous Colors of #6c47ba

#6c47ba #a647ba #475bba

Monochromatic Colors of #6c47ba

#6c47ba

Complementary Color

#6c47ba #95ba47

#6c47ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c47ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c47ba Color CSS Codes

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

#6c47ba Text Font Color

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

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


#6c47ba Background Color

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

This div background color is #6c47ba


#6c47ba Border Color

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

This div border color is #6c47ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,71,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c47ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c47ba;
  -webkit-box-shadow: 1px 1px 3px 2px #6c47ba;
  box-shadow:         1px 1px 3px 2px #6c47ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,71,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c47ba


Comments

No comments written yet.

Please login to write comment.