Color Hex Logo

#608dff Color Hex

#608DFF
(96,141,255)
0 Favorites   0 Comments

Color spaces of #608dff

RGB 96141255
HSL0.621.000.69
HSV223°62°100°
CMYK 0.620.450.00   0.00
XYZ32.398728.756598.4507
Yxy28.75650.20300.1802
Hunter Lab53.625114.0005-71.3134
CIE-Lab60.566119.2477-61.3864

#608dff color RGB value is (96,141,255).

#608dff hex color red value is 96, green value is 141 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #608dff hue: 0.62 , saturation: 1.00 and the lightness value of 608dff is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001101 11111111
Octal 140 215 377
Decimal 96 141 255
Hex 60 8D FF

RGB Percentages of Color #608dff

%19.51
%28.66
%51.83

CMYK Percentages of Color #608dff

%62
%45
%0
%0

Triadic Colors of #608dff

#608dff #ff608d #8dff60

Analogous Colors of #608dff

#608dff #8360ff #60ddff

Monochromatic Colors of #608dff

#608dff

Complementary Color

#608dff #ffd260

#608dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#608dff Color CSS Codes

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

#608dff Text Font Color

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

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


#608dff Background Color

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

This div background color is #608dff


#608dff Border Color

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

This div border color is #608dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608dff


Comments

No comments written yet.

Please login to write comment.