Color Hex Logo

#6e48dc Color Hex

#6E48DC
(110,72,220)
0 Favorites   0 Comments

Color spaces of #6e48dc

RGB 11072220
HSL0.710.680.57
HSV255°67°86°
CMYK 0.500.670.00   0.14
XYZ21.666013.117069.1001
Yxy13.11700.20860.1263
Hunter Lab36.217443.4020-87.7687
CIE-Lab42.939051.3861-70.2521

#6e48dc color RGB value is (110,72,220).

#6e48dc hex color red value is 110, green value is 72 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6e48dc hue: 0.71 , saturation: 0.68 and the lightness value of 6e48dc is 0.57.

The process color (four color CMYK) of #6e48dc color hex is 0.50, 0.67, 0.00, 0.14. Web safe color of #6e48dc is #6633cc. Color #6e48dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01001000 11011100
Octal 156 110 334
Decimal 110 72 220
Hex 6E 48 DC

RGB Percentages of Color #6e48dc

%27.36
%17.91
%54.73

CMYK Percentages of Color #6e48dc

%50
%67
%0
%14

Triadic Colors of #6e48dc

#6e48dc #dc6e48 #48dc6e

Analogous Colors of #6e48dc

#6e48dc #b848dc #486cdc

Monochromatic Colors of #6e48dc

#6e48dc

Complementary Color

#6e48dc #b6dc48

#6e48dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e48dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e48dc Color CSS Codes

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

#6e48dc Text Font Color

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

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


#6e48dc Background Color

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

This div background color is #6e48dc


#6e48dc Border Color

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

This div border color is #6e48dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e48dc


Comments

No comments written yet.

Please login to write comment.