color codes Logo

#6e3dbf color codes

#6E3DBF
(110,61,191)
0 Favorites   0 Comments

Color spaces of #6e3dbf

RGB 11061191
HSL0.730.520.49
HSV263°68°75°
CMYK 0.420.680.00   0.25
XYZ17.503110.414150.3778
Yxy10.41410.22360.1330
Hunter Lab32.270940.3409-69.9675
CIE-Lab38.575649.2253-60.5920

#6e3dbf color RGB value is (110,61,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00111101 10111111
Octal 156 75 277
Decimal 110 61 191
Hex 6E 3D BF

RGB Percentages of Color #6e3dbf

%30.39
%16.85
%52.76

CMYK Percentages of Color #6e3dbf

%42
%68
%0
%25

Triadic Colors of #6e3dbf

#6e3dbf #bf6e3d #3dbf6e

Analogous Colors of #6e3dbf

#6e3dbf #af3dbf #3d4dbf

Monochromatic Colors of #6e3dbf

#6e3dbf

Complementary Color

#6e3dbf #8ebf3d

#6e3dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e3dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e3dbf Color CSS Codes

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

#6e3dbf Text Font Color

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

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


#6e3dbf Background Color

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

This div background color is #6e3dbf


#6e3dbf Border Color

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

This div border color is #6e3dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e3dbf


Comments

No comments written yet.

Please login to write comment.