Color Hex Logo

#604fdc Color Hex

#604FDC
(96,79,220)
0 Favorites   0 Comments

Color spaces of #604fdc

RGB 9679220
HSL0.690.670.59
HSV247°64°86°
CMYK 0.560.640.00   0.14
XYZ20.538113.246169.1844
Yxy13.24610.19950.1286
Hunter Lab36.395237.0374-87.2290
CIE-Lab43.131745.1605-69.9897

#604fdc color RGB value is (96,79,220).

#604fdc hex color red value is 96, green value is 79 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #604fdc hue: 0.69 , saturation: 0.67 and the lightness value of 604fdc is 0.59.

The process color (four color CMYK) of #604fdc color hex is 0.56, 0.64, 0.00, 0.14. Web safe color of #604fdc is #6666cc. Color #604fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001111 11011100
Octal 140 117 334
Decimal 96 79 220
Hex 60 4F DC

RGB Percentages of Color #604fdc

%24.30
%20.00
%55.70

CMYK Percentages of Color #604fdc

%56
%64
%0
%14

Triadic Colors of #604fdc

#604fdc #dc604f #4fdc60

Analogous Colors of #604fdc

#604fdc #a74fdc #4f85dc

Monochromatic Colors of #604fdc

#604fdc

Complementary Color

#604fdc #cbdc4f

#604fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#604fdc Color CSS Codes

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

#604fdc Text Font Color

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

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


#604fdc Background Color

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

This div background color is #604fdc


#604fdc Border Color

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

This div border color is #604fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604fdc


Comments

No comments written yet.

Please login to write comment.