Color Hex Logo

#604cfe Color Hex

#604CFE
(96,76,254)
0 Favorites   0 Comments

Color spaces of #604cfe

RGB 9676254
HSL0.690.990.65
HSV247°70°100°
CMYK 0.620.700.00   0.00
XYZ25.297714.811495.2915
Yxy14.81140.18680.1094
Hunter Lab38.485649.9835-119.8640
CIE-Lab45.374857.0793-85.4871

#604cfe color RGB value is (96,76,254).

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

The process color (four color CMYK) of #604cfe color hex is 0.62, 0.70, 0.00, 0.00. Web safe color of #604cfe is #6633ff. Color #604cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001100 11111110
Octal 140 114 376
Decimal 96 76 254
Hex 60 4C FE

RGB Percentages of Color #604cfe

%22.54
%17.84
%59.62

CMYK Percentages of Color #604cfe

%62
%70
%0
%0

Triadic Colors of #604cfe

#604cfe #fe604c #4cfe60

Analogous Colors of #604cfe

#604cfe #b94cfe #4c91fe

Monochromatic Colors of #604cfe

#604cfe

Complementary Color

#604cfe #eafe4c

#604cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#604cfe Color CSS Codes

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

#604cfe Text Font Color

<p style="color:#604cfe">Text here</p>

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


#604cfe Background Color

<div style="background-color:#604cfe">
Div content here</div>

This div background color is #604cfe


#604cfe Border Color

<div style="border:3px solid #604cfe">
Div here</div>

This div border color is #604cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,76,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 #604cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.