Color Hex Logo

#6e42fc Color Hex

#6E42FC
(110,66,252)
0 Favorites   0 Comments

Color spaces of #6e42fc

RGB 11066252
HSL0.710.970.62
HSV254°74°99°
CMYK 0.560.740.00   0.01
XYZ25.949314.239793.4763
Yxy14.23970.19410.1065
Hunter Lab37.735556.7106-120.4549
CIE-Lab44.574763.2658-85.6440

#6e42fc color RGB value is (110,66,252).

#6e42fc hex color red value is 110, green value is 66 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6e42fc hue: 0.71 , saturation: 0.97 and the lightness value of 6e42fc is 0.62.

The process color (four color CMYK) of #6e42fc color hex is 0.56, 0.74, 0.00, 0.01. Web safe color of #6e42fc is #6633ff. Color #6e42fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01000010 11111100
Octal 156 102 374
Decimal 110 66 252
Hex 6E 42 FC

RGB Percentages of Color #6e42fc

%25.70
%15.42
%58.88

CMYK Percentages of Color #6e42fc

%56
%74
%0
%1

Triadic Colors of #6e42fc

#6e42fc #fc6e42 #42fc6e

Analogous Colors of #6e42fc

#6e42fc #cb42fc #4273fc

Monochromatic Colors of #6e42fc

#6e42fc

Complementary Color

#6e42fc #d0fc42

#6e42fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e42fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e42fc Color CSS Codes

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

#6e42fc Text Font Color

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

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


#6e42fc Background Color

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

This div background color is #6e42fc


#6e42fc Border Color

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

This div border color is #6e42fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e42fc


Comments

No comments written yet.

Please login to write comment.