Color Hex Logo

#607dfe Color Hex

#607DFE
(96,125,254)
0 Favorites   0 Comments

Color spaces of #607dfe

RGB 96125254
HSL0.640.990.69
HSV229°62°100°
CMYK 0.620.510.00   0.00
XYZ30.046924.309896.8745
Yxy24.30980.19870.1607
Hunter Lab49.305022.4958-81.9796
CIE-Lab56.396628.5552-67.5375

#607dfe color RGB value is (96,125,254).

#607dfe hex color red value is 96, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #607dfe hue: 0.64 , saturation: 0.99 and the lightness value of 607dfe is 0.69.

The process color (four color CMYK) of #607dfe color hex is 0.62, 0.51, 0.00, 0.00. Web safe color of #607dfe is #6666ff. Color #607dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111101 11111110
Octal 140 175 376
Decimal 96 125 254
Hex 60 7D FE

RGB Percentages of Color #607dfe

%20.21
%26.32
%53.47

CMYK Percentages of Color #607dfe

%62
%51
%0
%0

Triadic Colors of #607dfe

#607dfe #fe607d #7dfe60

Analogous Colors of #607dfe

#607dfe #9260fe #60ccfe

Monochromatic Colors of #607dfe

#607dfe

Complementary Color

#607dfe #fee160

#607dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#607dfe Color CSS Codes

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

#607dfe Text Font Color

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

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


#607dfe Background Color

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

This div background color is #607dfe


#607dfe Border Color

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

This div border color is #607dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.