Color Hex Logo

#608dc3 Color Hex

#608DC3
(96,141,195)
0 Favorites   0 Comments

Color spaces of #608dc3

RGB 96141195
HSL0.590.450.57
HSV213°51°76°
CMYK 0.510.280.00   0.24
XYZ24.199125.476755.2718
Yxy25.47670.23060.2428
Hunter Lab50.4744-2.7516-29.5931
CIE-Lab57.5370-0.0687-32.7552

#608dc3 color RGB value is (96,141,195).

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

The process color (four color CMYK) of #608dc3 color hex is 0.51, 0.28, 0.00, 0.24. Web safe color of #608dc3 is #6699cc. Color #608dc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001101 11000011
Octal 140 215 303
Decimal 96 141 195
Hex 60 8D C3

RGB Percentages of Color #608dc3

%22.22
%32.64
%45.14

CMYK Percentages of Color #608dc3

%51
%28
%0
%24

Triadic Colors of #608dc3

#608dc3 #c3608d #8dc360

Analogous Colors of #608dc3

#608dc3 #6560c3 #60bfc3

Monochromatic Colors of #608dc3

#608dc3

Complementary Color

#608dc3 #c39660

#608dc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608dc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608dc3 Color CSS Codes

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

#608dc3 Text Font Color

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

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


#608dc3 Background Color

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

This div background color is #608dc3


#608dc3 Border Color

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

This div border color is #608dc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608dc3


Comments

No comments written yet.

Please login to write comment.