Color Hex Logo

#607eea Color Hex

#607EEA
(96,126,234)
1 Favorites   0 Comments

Color spaces of #607eea

RGB 96126234
HSL0.630.770.65
HSV227°59°92°
CMYK 0.590.460.00   0.08
XYZ27.136023.349080.9185
Yxy23.34900.20650.1777
Hunter Lab48.320815.6806-65.4631
CIE-Lab55.430021.3469-58.0035

#607eea color RGB value is (96,126,234).

#607eea hex color red value is 96, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #607eea hue: 0.63 , saturation: 0.77 and the lightness value of 607eea is 0.65.

The process color (four color CMYK) of #607eea color hex is 0.59, 0.46, 0.00, 0.08. Web safe color of #607eea is #6666ff. Color #607eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111110 11101010
Octal 140 176 352
Decimal 96 126 234
Hex 60 7E EA

RGB Percentages of Color #607eea

%21.05
%27.63
%51.32

CMYK Percentages of Color #607eea

%59
%46
%0
%8

Triadic Colors of #607eea

#607eea #ea607e #7eea60

Analogous Colors of #607eea

#607eea #8760ea #60c3ea

Monochromatic Colors of #607eea

#607eea

Complementary Color

#607eea #eacc60

#607eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#607eea Color CSS Codes

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

#607eea Text Font Color

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

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


#607eea Background Color

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

This div background color is #607eea


#607eea Border Color

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

This div border color is #607eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607eea


Comments

No comments written yet.

Please login to write comment.