Color Hex Logo

#6e78ec Color Hex

#6E78EC
(110,120,236)
0 Favorites   0 Comments

Color spaces of #6e78ec

RGB 110120236
HSL0.650.770.68
HSV235°53°93°
CMYK 0.530.490.00   0.07
XYZ28.287222.804182.2676
Yxy22.80410.21210.1710
Hunter Lab47.753622.1668-68.7143
CIE-Lab54.870028.3522-59.9703

#6e78ec color RGB value is (110,120,236).

#6e78ec hex color red value is 110, green value is 120 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6e78ec hue: 0.65 , saturation: 0.77 and the lightness value of 6e78ec is 0.68.

The process color (four color CMYK) of #6e78ec color hex is 0.53, 0.49, 0.00, 0.07. Web safe color of #6e78ec is #6666ff. Color #6e78ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01111000 11101100
Octal 156 170 354
Decimal 110 120 236
Hex 6E 78 EC

RGB Percentages of Color #6e78ec

%23.61
%25.75
%50.64

CMYK Percentages of Color #6e78ec

%53
%49
%0
%7

Triadic Colors of #6e78ec

#6e78ec #ec6e78 #78ec6e

Analogous Colors of #6e78ec

#6e78ec #a36eec #6eb7ec

Monochromatic Colors of #6e78ec

#6e78ec

Complementary Color

#6e78ec #ece26e

#6e78ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e78ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e78ec Color CSS Codes

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

#6e78ec Text Font Color

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

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


#6e78ec Background Color

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

This div background color is #6e78ec


#6e78ec Border Color

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

This div border color is #6e78ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e78ec


Comments

No comments written yet.

Please login to write comment.