Color Hex Logo

#608bfd Color Hex

#608BFD
(96,139,253)
0 Favorites   0 Comments

Color spaces of #608bfd

RGB 96139253
HSL0.620.980.68
HSV224°62°99°
CMYK 0.620.450.00   0.01
XYZ31.786128.043996.6662
Yxy28.04390.20310.1792
Hunter Lab52.956514.4673-71.1578
CIE-Lab59.928419.7812-61.3103

#608bfd color RGB value is (96,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001011 11111101
Octal 140 213 375
Decimal 96 139 253
Hex 60 8B FD

RGB Percentages of Color #608bfd

%19.67
%28.48
%51.84

CMYK Percentages of Color #608bfd

%62
%45
%0
%1

Triadic Colors of #608bfd

#608bfd #fd608b #8bfd60

Analogous Colors of #608bfd

#608bfd #8460fd #60dafd

Monochromatic Colors of #608bfd

#608bfd

Complementary Color

#608bfd #fdd260

#608bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#608bfd Color CSS Codes

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

#608bfd Text Font Color

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

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


#608bfd Background Color

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

This div background color is #608bfd


#608bfd Border Color

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

This div border color is #608bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608bfd


Comments

No comments written yet.

Please login to write comment.