Color Hex Logo

#6e5dcb Color Hex

#6E5DCB
(110,93,203)
0 Favorites   0 Comments

Color spaces of #6e5dcb

RGB 11093203
HSL0.690.510.58
HSV249°54°80°
CMYK 0.460.540.00   0.20
XYZ21.124315.455558.3698
Yxy15.45550.22250.1628
Hunter Lab39.313527.1147-60.5100
CIE-Lab46.251934.5396-55.1390

#6e5dcb color RGB value is (110,93,203).

#6e5dcb hex color red value is 110, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6e5dcb hue: 0.69 , saturation: 0.51 and the lightness value of 6e5dcb is 0.58.

The process color (four color CMYK) of #6e5dcb color hex is 0.46, 0.54, 0.00, 0.20. Web safe color of #6e5dcb is #6666cc. Color #6e5dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01011101 11001011
Octal 156 135 313
Decimal 110 93 203
Hex 6E 5D CB

RGB Percentages of Color #6e5dcb

%27.09
%22.91
%50.00

CMYK Percentages of Color #6e5dcb

%46
%54
%0
%20

Triadic Colors of #6e5dcb

#6e5dcb #cb6e5d #5dcb6e

Analogous Colors of #6e5dcb

#6e5dcb #a55dcb #5d83cb

Monochromatic Colors of #6e5dcb

#6e5dcb

Complementary Color

#6e5dcb #bacb5d

#6e5dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e5dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e5dcb Color CSS Codes

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

#6e5dcb Text Font Color

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

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


#6e5dcb Background Color

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

This div background color is #6e5dcb


#6e5dcb Border Color

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

This div border color is #6e5dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,93,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e5dcb


Comments

No comments written yet.

Please login to write comment.