Color Hex Logo

#608dce Color Hex

#608DCE
(96,141,206)
0 Favorites   0 Comments

Color spaces of #608dce

RGB 96141206
HSL0.600.530.59
HSV215°53°81°
CMYK 0.530.320.00   0.19
XYZ25.489325.992862.0662
Yxy25.99280.22450.2289
Hunter Lab50.98310.0216-36.4907
CIE-Lab58.03023.3400-38.1912

#608dce color RGB value is (96,141,206).

#608dce hex color red value is 96, green value is 141 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #608dce hue: 0.60 , saturation: 0.53 and the lightness value of 608dce is 0.59.

The process color (four color CMYK) of #608dce color hex is 0.53, 0.32, 0.00, 0.19. Web safe color of #608dce is #6699cc. Color #608dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001101 11001110
Octal 140 215 316
Decimal 96 141 206
Hex 60 8D CE

RGB Percentages of Color #608dce

%21.67
%31.83
%46.50

CMYK Percentages of Color #608dce

%53
%32
%0
%19

Triadic Colors of #608dce

#608dce #ce608d #8dce60

Analogous Colors of #608dce

#608dce #6a60ce #60c4ce

Monochromatic Colors of #608dce

#608dce

Complementary Color

#608dce #cea160

#608dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#608dce Color CSS Codes

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

#608dce Text Font Color

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

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


#608dce Background Color

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

This div background color is #608dce


#608dce Border Color

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

This div border color is #608dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608dce


Comments

No comments written yet.

Please login to write comment.