Color Hex Logo

#608cf8 Color Hex

#608CF8
(96,140,248)
0 Favorites   0 Comments

Color spaces of #608cf8

RGB 96140248
HSL0.620.920.67
HSV223°61°97°
CMYK 0.610.440.00   0.03
XYZ31.145228.020392.5739
Yxy28.02030.20530.1847
Hunter Lab52.934212.3902-66.6353
CIE-Lab59.907117.5246-58.5953

#608cf8 color RGB value is (96,140,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001100 11111000
Octal 140 214 370
Decimal 96 140 248
Hex 60 8C F8

RGB Percentages of Color #608cf8

%19.83
%28.93
%51.24

CMYK Percentages of Color #608cf8

%61
%44
%0
%3

Triadic Colors of #608cf8

#608cf8 #f8608c #8cf860

Analogous Colors of #608cf8

#608cf8 #8060f8 #60d8f8

Monochromatic Colors of #608cf8

#608cf8

Complementary Color

#608cf8 #f8cc60

#608cf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608cf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608cf8 Color CSS Codes

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

#608cf8 Text Font Color

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

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


#608cf8 Background Color

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

This div background color is #608cf8


#608cf8 Border Color

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

This div border color is #608cf8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,140,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608cf8


Comments

No comments written yet.

Please login to write comment.