Color Hex Logo

#608bed Color Hex

#608BED
(96,139,237)
0 Favorites   0 Comments

Color spaces of #608bed

RGB 96139237
HSL0.620.800.65
HSV222°59°93°
CMYK 0.590.410.00   0.07
XYZ29.342627.066583.7986
Yxy27.06650.20930.1930
Hunter Lab52.02559.6302-59.0819
CIE-Lab59.035814.4971-53.9109

#608bed color RGB value is (96,139,237).

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

The process color (four color CMYK) of #608bed color hex is 0.59, 0.41, 0.00, 0.07. Web safe color of #608bed is #6699ff. Color #608bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001011 11101101
Octal 140 213 355
Decimal 96 139 237
Hex 60 8B ED

RGB Percentages of Color #608bed

%20.34
%29.45
%50.21

CMYK Percentages of Color #608bed

%59
%41
%0
%7

Triadic Colors of #608bed

#608bed #ed608b #8bed60

Analogous Colors of #608bed

#608bed #7c60ed #60d2ed

Monochromatic Colors of #608bed

#608bed

Complementary Color

#608bed #edc260

#608bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#608bed Color CSS Codes

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

#608bed Text Font Color

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

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


#608bed Background Color

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

This div background color is #608bed


#608bed Border Color

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

This div border color is #608bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608bed


Comments

No comments written yet.

Please login to write comment.