Color Hex Logo

#608bdc Color Hex

#608BDC
(96,139,220)
0 Favorites   0 Comments

Color spaces of #608bdc

RGB 96139220
HSL0.610.640.62
HSV219°56°86°
CMYK 0.560.370.00   0.14
XYZ26.974826.119371.3300
Yxy26.11930.21680.2099
Hunter Lab51.10704.7767-46.9760
CIE-Lab58.15018.9691-45.8553

#608bdc color RGB value is (96,139,220).

#608bdc hex color red value is 96, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #608bdc hue: 0.61 , saturation: 0.64 and the lightness value of 608bdc is 0.62.

The process color (four color CMYK) of #608bdc color hex is 0.56, 0.37, 0.00, 0.14. Web safe color of #608bdc is #6699cc. Color #608bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001011 11011100
Octal 140 213 334
Decimal 96 139 220
Hex 60 8B DC

RGB Percentages of Color #608bdc

%21.10
%30.55
%48.35

CMYK Percentages of Color #608bdc

%56
%37
%0
%14

Triadic Colors of #608bdc

#608bdc #dc608b #8bdc60

Analogous Colors of #608bdc

#608bdc #7360dc #60c9dc

Monochromatic Colors of #608bdc

#608bdc

Complementary Color

#608bdc #dcb160

#608bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#608bdc Color CSS Codes

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

#608bdc Text Font Color

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

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


#608bdc Background Color

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

This div background color is #608bdc


#608bdc Border Color

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

This div border color is #608bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608bdc


Comments

No comments written yet.

Please login to write comment.