Color Hex Logo

#608ceb Color Hex

#608CEB
(96,140,235)
0 Favorites   0 Comments

Color spaces of #608ceb

RGB 96140235
HSL0.610.780.65
HSV221°59°92°
CMYK 0.590.400.00   0.08
XYZ29.197427.241182.3165
Yxy27.24110.21040.1963
Hunter Lab52.19308.5173-56.9745
CIE-Lab59.196813.2448-52.5463

#608ceb color RGB value is (96,140,235).

#608ceb hex color red value is 96, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #608ceb hue: 0.61 , saturation: 0.78 and the lightness value of 608ceb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001100 11101011
Octal 140 214 353
Decimal 96 140 235
Hex 60 8C EB

RGB Percentages of Color #608ceb

%20.38
%29.72
%49.89

CMYK Percentages of Color #608ceb

%59
%40
%0
%8

Triadic Colors of #608ceb

#608ceb #eb608c #8ceb60

Analogous Colors of #608ceb

#608ceb #7a60eb #60d2eb

Monochromatic Colors of #608ceb

#608ceb

Complementary Color

#608ceb #ebbf60

#608ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#608ceb Color CSS Codes

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

#608ceb Text Font Color

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

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


#608ceb Background Color

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

This div background color is #608ceb


#608ceb Border Color

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

This div border color is #608ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608ceb


Comments

No comments written yet.

Please login to write comment.