Color Hex Logo

#604edc Color Hex

#604EDC
(96,78,220)
0 Favorites   0 Comments

Color spaces of #604edc

RGB 9678220
HSL0.690.670.58
HSV248°65°86°
CMYK 0.560.650.00   0.14
XYZ20.466513.102969.1606
Yxy13.10290.19920.1275
Hunter Lab36.197937.5785-87.9423
CIE-Lab42.917945.7332-70.3387

#604edc color RGB value is (96,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001110 11011100
Octal 140 116 334
Decimal 96 78 220
Hex 60 4E DC

RGB Percentages of Color #604edc

%24.37
%19.80
%55.84

CMYK Percentages of Color #604edc

%56
%65
%0
%14

Triadic Colors of #604edc

#604edc #dc604e #4edc60

Analogous Colors of #604edc

#604edc #a74edc #4e83dc

Monochromatic Colors of #604edc

#604edc

Complementary Color

#604edc #cadc4e

#604edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#604edc Color CSS Codes

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

#604edc Text Font Color

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

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


#604edc Background Color

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

This div background color is #604edc


#604edc Border Color

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

This div border color is #604edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604edc


Comments

No comments written yet.

Please login to write comment.