Color Hex Logo

#608cfb Color Hex

#608CFB
(96,140,251)
0 Favorites   0 Comments

Color spaces of #608cfb

RGB 96140251
HSL0.620.950.68
HSV223°62°98°
CMYK 0.620.440.00   0.02
XYZ31.614528.208095.0452
Yxy28.20800.20410.1821
Hunter Lab53.111213.3077-68.9246
CIE-Lab60.076218.5184-59.9749

#608cfb color RGB value is (96,140,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001100 11111011
Octal 140 214 373
Decimal 96 140 251
Hex 60 8C FB

RGB Percentages of Color #608cfb

%19.71
%28.75
%51.54

CMYK Percentages of Color #608cfb

%62
%44
%0
%2

Triadic Colors of #608cfb

#608cfb #fb608c #8cfb60

Analogous Colors of #608cfb

#608cfb #8260fb #60dafb

Monochromatic Colors of #608cfb

#608cfb

Complementary Color

#608cfb #fbcf60

#608cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#608cfb Color CSS Codes

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

#608cfb Text Font Color

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

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


#608cfb Background Color

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

This div background color is #608cfb


#608cfb Border Color

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

This div border color is #608cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608cfb


Comments

No comments written yet.

Please login to write comment.