Color Hex Logo

#6e1dcf Color Hex

#6E1DCF
(110,29,207)
0 Favorites   0 Comments

Color spaces of #6e1dcf

RGB 11029207
HSL0.740.750.46
HSV267°86°81°
CMYK 0.470.860.00   0.19
XYZ18.13238.698759.7548
Yxy8.69870.20940.1005
Hunter Lab29.493658.1260-99.4778
CIE-Lab35.397666.2923-75.1283

#6e1dcf color RGB value is (110,29,207).

#6e1dcf hex color red value is 110, green value is 29 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6e1dcf hue: 0.74 , saturation: 0.75 and the lightness value of 6e1dcf is 0.46.

The process color (four color CMYK) of #6e1dcf color hex is 0.47, 0.86, 0.00, 0.19. Web safe color of #6e1dcf is #6633cc. Color #6e1dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00011101 11001111
Octal 156 35 317
Decimal 110 29 207
Hex 6E 1D CF

RGB Percentages of Color #6e1dcf

%31.79
%8.38
%59.83

CMYK Percentages of Color #6e1dcf

%47
%86
%0
%19

Triadic Colors of #6e1dcf

#6e1dcf #cf6e1d #1dcf6e

Analogous Colors of #6e1dcf

#6e1dcf #c71dcf #1d25cf

Monochromatic Colors of #6e1dcf

#6e1dcf

Complementary Color

#6e1dcf #7ecf1d

#6e1dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e1dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e1dcf Color CSS Codes

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

#6e1dcf Text Font Color

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

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


#6e1dcf Background Color

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

This div background color is #6e1dcf


#6e1dcf Border Color

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

This div border color is #6e1dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e1dcf


Comments

No comments written yet.

Please login to write comment.