Color Hex Logo

#608bda Color Hex

#608BDA
(96,139,218)
0 Favorites   0 Comments

Color spaces of #608bda

RGB 96139218
HSL0.610.620.62
HSV219°56°85°
CMYK 0.560.360.00   0.15
XYZ26.711426.014069.9430
Yxy26.01400.21780.2121
Hunter Lab51.00394.2258-45.6032
CIE-Lab58.05038.3261-44.8941

#608bda color RGB value is (96,139,218).

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

The process color (four color CMYK) of #608bda color hex is 0.56, 0.36, 0.00, 0.15. Web safe color of #608bda is #6699cc. Color #608bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001011 11011010
Octal 140 213 332
Decimal 96 139 218
Hex 60 8B DA

RGB Percentages of Color #608bda

%21.19
%30.68
%48.12

CMYK Percentages of Color #608bda

%56
%36
%0
%15

Triadic Colors of #608bda

#608bda #da608b #8bda60

Analogous Colors of #608bda

#608bda #7260da #60c8da

Monochromatic Colors of #608bda

#608bda

Complementary Color

#608bda #daaf60

#608bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#608bda Color CSS Codes

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

#608bda Text Font Color

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

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


#608bda Background Color

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

This div background color is #608bda


#608bda Border Color

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

This div border color is #608bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608bda


Comments

No comments written yet.

Please login to write comment.