Color Hex Logo

#6077fc Color Hex

#6077FC
(96,119,252)
0 Favorites   0 Comments

Color spaces of #6077fc

RGB 96119252
HSL0.640.960.68
HSV231°62°99°
CMYK 0.620.530.00   0.01
XYZ28.991422.708794.9507
Yxy22.70870.19770.1548
Hunter Lab47.653625.2015-84.7788
CIE-Lab54.771031.5263-69.0584

#6077fc color RGB value is (96,119,252).

#6077fc hex color red value is 96, green value is 119 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6077fc hue: 0.64 , saturation: 0.96 and the lightness value of 6077fc is 0.68.

The process color (four color CMYK) of #6077fc color hex is 0.62, 0.53, 0.00, 0.01. Web safe color of #6077fc is #6666ff. Color #6077fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110111 11111100
Octal 140 167 374
Decimal 96 119 252
Hex 60 77 FC

RGB Percentages of Color #6077fc

%20.56
%25.48
%53.96

CMYK Percentages of Color #6077fc

%62
%53
%0
%1

Triadic Colors of #6077fc

#6077fc #fc6077 #77fc60

Analogous Colors of #6077fc

#6077fc #9760fc #60c5fc

Monochromatic Colors of #6077fc

#6077fc

Complementary Color

#6077fc #fce560

#6077fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6077fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6077fc Color CSS Codes

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

#6077fc Text Font Color

<p style="color:#6077fc">Text here</p>

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


#6077fc Background Color

<div style="background-color:#6077fc">
Div content here</div>

This div background color is #6077fc


#6077fc Border Color

<div style="border:3px solid #6077fc">
Div here</div>

This div border color is #6077fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,119,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6077fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6077fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6077fc;
  box-shadow:         1px 1px 3px 2px #6077fc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6077fc

Related Colors


Comments

No comments written yet.

Please login to write comment.