Color Hex Logo

#608aed Color Hex

#608AED
(96,138,237)
0 Favorites   0 Comments

Color spaces of #608aed

RGB 96138237
HSL0.620.800.65
HSV222°59°93°
CMYK 0.590.420.00   0.07
XYZ29.198426.778283.7505
Yxy26.77820.20900.1916
Hunter Lab51.747710.1595-59.7340
CIE-Lab58.768515.0951-54.3368

#608aed color RGB value is (96,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001010 11101101
Octal 140 212 355
Decimal 96 138 237
Hex 60 8A ED

RGB Percentages of Color #608aed

%20.38
%29.30
%50.32

CMYK Percentages of Color #608aed

%59
%42
%0
%7

Triadic Colors of #608aed

#608aed #ed608a #8aed60

Analogous Colors of #608aed

#608aed #7d60ed #60d1ed

Monochromatic Colors of #608aed

#608aed

Complementary Color

#608aed #edc360

#608aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#608aed Color CSS Codes

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

#608aed Text Font Color

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

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


#608aed Background Color

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

This div background color is #608aed


#608aed Border Color

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

This div border color is #608aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,138,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 #608aed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608aed


Comments

No comments written yet.

Please login to write comment.