Color Hex Logo

#607cdf Color Hex

#607CDF
(96,124,223)
0 Favorites   0 Comments

Color spaces of #607cdf

RGB 96124223
HSL0.630.660.63
HSV227°57°87°
CMYK 0.570.440.00   0.13
XYZ25.350822.229872.7667
Yxy22.22980.21060.1847
Hunter Lab47.148513.4660-58.5014
CIE-Lab54.270018.9628-53.7037

#607cdf color RGB value is (96,124,223).

#607cdf hex color red value is 96, green value is 124 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #607cdf hue: 0.63 , saturation: 0.66 and the lightness value of 607cdf is 0.63.

The process color (four color CMYK) of #607cdf color hex is 0.57, 0.44, 0.00, 0.13. Web safe color of #607cdf is #6666cc. Color #607cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111100 11011111
Octal 140 174 337
Decimal 96 124 223
Hex 60 7C DF

RGB Percentages of Color #607cdf

%21.67
%27.99
%50.34

CMYK Percentages of Color #607cdf

%57
%44
%0
%13

Triadic Colors of #607cdf

#607cdf #df607c #7cdf60

Analogous Colors of #607cdf

#607cdf #8460df #60bcdf

Monochromatic Colors of #607cdf

#607cdf

Complementary Color

#607cdf #dfc360

#607cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#607cdf Color CSS Codes

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

#607cdf Text Font Color

<p style="color:#607cdf">Text here</p>

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


#607cdf Background Color

<div style="background-color:#607cdf">
Div content here</div>

This div background color is #607cdf


#607cdf Border Color

<div style="border:3px solid #607cdf">
Div here</div>

This div border color is #607cdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,124,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #607cdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #607cdf;
  -webkit-box-shadow: 1px 1px 3px 2px #607cdf;
  box-shadow:         1px 1px 3px 2px #607cdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607cdf


Comments

No comments written yet.

Please login to write comment.