Color Hex Logo

#608cfc Color Hex

#608CFC
(96,140,252)
0 Favorites   0 Comments

Color spaces of #608cfc

RGB 96140252
HSL0.620.960.68
HSV223°62°99°
CMYK 0.620.440.00   0.01
XYZ31.772628.271295.8778
Yxy28.27120.20380.1813
Hunter Lab53.170713.6156-69.6928
CIE-Lab60.133018.8502-60.4336

#608cfc color RGB value is (96,140,252).

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

The process color (four color CMYK) of #608cfc color hex is 0.62, 0.44, 0.00, 0.01. Web safe color of #608cfc is #6699ff. Color #608cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001100 11111100
Octal 140 214 374
Decimal 96 140 252
Hex 60 8C FC

RGB Percentages of Color #608cfc

%19.67
%28.69
%51.64

CMYK Percentages of Color #608cfc

%62
%44
%0
%1

Triadic Colors of #608cfc

#608cfc #fc608c #8cfc60

Analogous Colors of #608cfc

#608cfc #8260fc #60dafc

Monochromatic Colors of #608cfc

#608cfc

Complementary Color

#608cfc #fcd060

#608cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#608cfc Color CSS Codes

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

#608cfc Text Font Color

<p style="color:#608cfc">Text here</p>

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


#608cfc Background Color

<div style="background-color:#608cfc">
Div content here</div>

This div background color is #608cfc


#608cfc Border Color

<div style="border:3px solid #608cfc">
Div here</div>

This div border color is #608cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608cfc


Comments

No comments written yet.

Please login to write comment.