Color Hex Logo

#6078ec Color Hex

#6078EC
(96,120,236)
0 Favorites   0 Comments

Color spaces of #6078ec

RGB 96120236
HSL0.640.790.65
HSV230°59°93°
CMYK 0.590.490.00   0.07
XYZ26.680721.975982.1924
Yxy21.97590.20390.1679
Hunter Lab46.878519.5553-71.1387
CIE-Lab54.001425.6528-61.4123

#6078ec color RGB value is (96,120,236).

#6078ec hex color red value is 96, green value is 120 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6078ec hue: 0.64 , saturation: 0.79 and the lightness value of 6078ec is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111000 11101100
Octal 140 170 354
Decimal 96 120 236
Hex 60 78 EC

RGB Percentages of Color #6078ec

%21.24
%26.55
%52.21

CMYK Percentages of Color #6078ec

%59
%49
%0
%7

Triadic Colors of #6078ec

#6078ec #ec6078 #78ec60

Analogous Colors of #6078ec

#6078ec #8e60ec #60beec

Monochromatic Colors of #6078ec

#6078ec

Complementary Color

#6078ec #ecd460

#6078ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6078ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6078ec Color CSS Codes

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

#6078ec Text Font Color

<p style="color:#6078ec">Text here</p>

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


#6078ec Background Color

<div style="background-color:#6078ec">
Div content here</div>

This div background color is #6078ec


#6078ec Border Color

<div style="border:3px solid #6078ec">
Div here</div>

This div border color is #6078ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,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 #6078ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6078ec


Comments

No comments written yet.

Please login to write comment.