Color Hex Logo

#604afc Color Hex

#604AFC
(96,74,252)
0 Favorites   0 Comments

Color spaces of #604afc

RGB 9674252
HSL0.690.970.64
HSV247°71°99°
CMYK 0.620.710.00   0.01
XYZ24.843314.412693.5680
Yxy14.41260.18700.1085
Hunter Lab37.963950.3721-119.5547
CIE-Lab44.818957.5379-85.2851

#604afc color RGB value is (96,74,252).

#604afc hex color red value is 96, green value is 74 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #604afc hue: 0.69 , saturation: 0.97 and the lightness value of 604afc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001010 11111100
Octal 140 112 374
Decimal 96 74 252
Hex 60 4A FC

RGB Percentages of Color #604afc

%22.75
%17.54
%59.72

CMYK Percentages of Color #604afc

%62
%71
%0
%1

Triadic Colors of #604afc

#604afc #fc604a #4afc60

Analogous Colors of #604afc

#604afc #b94afc #4a8dfc

Monochromatic Colors of #604afc

#604afc

Complementary Color

#604afc #e6fc4a

#604afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#604afc Color CSS Codes

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

#604afc Text Font Color

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

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


#604afc Background Color

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

This div background color is #604afc


#604afc Border Color

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

This div border color is #604afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604afc


Comments

No comments written yet.

Please login to write comment.