Color Hex Logo

#604ffe Color Hex

#604FFE
(96,79,254)
0 Favorites   0 Comments

Color spaces of #604ffe

RGB 9679254
HSL0.680.990.65
HSV246°69°100°
CMYK 0.620.690.00   0.00
XYZ25.509215.234595.3620
Yxy15.23450.18740.1119
Hunter Lab39.031448.3548-117.5361
CIE-Lab45.953755.4777-84.5362

#604ffe color RGB value is (96,79,254).

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

The process color (four color CMYK) of #604ffe color hex is 0.62, 0.69, 0.00, 0.00. Web safe color of #604ffe is #6666ff. Color #604ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001111 11111110
Octal 140 117 376
Decimal 96 79 254
Hex 60 4F FE

RGB Percentages of Color #604ffe

%22.38
%18.41
%59.21

CMYK Percentages of Color #604ffe

%62
%69
%0
%0

Triadic Colors of #604ffe

#604ffe #fe604f #4ffe60

Analogous Colors of #604ffe

#604ffe #b84ffe #4f96fe

Monochromatic Colors of #604ffe

#604ffe

Complementary Color

#604ffe #edfe4f

#604ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#604ffe Color CSS Codes

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

#604ffe Text Font Color

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

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


#604ffe Background Color

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

This div background color is #604ffe


#604ffe Border Color

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

This div border color is #604ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604ffe


Comments

No comments written yet.

Please login to write comment.