Color Hex Logo

#6e3cbd Color Hex

#6E3CBD
(110,60,189)
0 Favorites   0 Comments

Color spaces of #6e3cbd

RGB 11060189
HSL0.730.520.49
HSV263°68°74°
CMYK 0.420.680.00   0.26
XYZ17.231610.220849.2087
Yxy10.22080.22480.1333
Hunter Lab31.970040.2628-68.8811
CIE-Lab38.235849.2114-59.9719

#6e3cbd color RGB value is (110,60,189).

#6e3cbd hex color red value is 110, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6e3cbd hue: 0.73 , saturation: 0.52 and the lightness value of 6e3cbd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00111100 10111101
Octal 156 74 275
Decimal 110 60 189
Hex 6E 3C BD

RGB Percentages of Color #6e3cbd

%30.64
%16.71
%52.65

CMYK Percentages of Color #6e3cbd

%42
%68
%0
%26

Triadic Colors of #6e3cbd

#6e3cbd #bd6e3c #3cbd6e

Analogous Colors of #6e3cbd

#6e3cbd #af3cbd #3c4bbd

Monochromatic Colors of #6e3cbd

#6e3cbd

Complementary Color

#6e3cbd #8bbd3c

#6e3cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e3cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e3cbd Color CSS Codes

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

#6e3cbd Text Font Color

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

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


#6e3cbd Background Color

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

This div background color is #6e3cbd


#6e3cbd Border Color

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

This div border color is #6e3cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e3cbd


Comments

No comments written yet.

Please login to write comment.