Color Hex Logo

#608fe0 Color Hex

#608FE0
(96,143,224)
0 Favorites   0 Comments

Color spaces of #608fe0

RGB 96143224
HSL0.610.670.63
HSV218°57°88°
CMYK 0.570.360.00   0.12
XYZ28.100927.513574.3506
Yxy27.51350.21620.2117
Hunter Lab52.45333.8348-47.3240
CIE-Lab59.44667.8907-46.0380

#608fe0 color RGB value is (96,143,224).

#608fe0 hex color red value is 96, green value is 143 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #608fe0 hue: 0.61 , saturation: 0.67 and the lightness value of 608fe0 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001111 11100000
Octal 140 217 340
Decimal 96 143 224
Hex 60 8F E0

RGB Percentages of Color #608fe0

%20.73
%30.89
%48.38

CMYK Percentages of Color #608fe0

%57
%36
%0
%12

Triadic Colors of #608fe0

#608fe0 #e0608f #8fe060

Analogous Colors of #608fe0

#608fe0 #7160e0 #60cfe0

Monochromatic Colors of #608fe0

#608fe0

Complementary Color

#608fe0 #e0b160

#608fe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608fe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608fe0 Color CSS Codes

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

#608fe0 Text Font Color

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

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


#608fe0 Background Color

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

This div background color is #608fe0


#608fe0 Border Color

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

This div border color is #608fe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608fe0


Comments

No comments written yet.

Please login to write comment.