Color Hex Logo

#604dd4 Color Hex

#604DD4
(96,77,212)
0 Favorites   0 Comments

Color spaces of #604dd4

RGB 9677212
HSL0.690.610.57
HSV248°64°83°
CMYK 0.550.640.00   0.17
XYZ19.361412.548063.6889
Yxy12.54800.20250.1313
Hunter Lab35.423235.5731-81.8040
CIE-Lab42.074143.8760-67.1344

#604dd4 color RGB value is (96,77,212).

#604dd4 hex color red value is 96, green value is 77 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #604dd4 hue: 0.69 , saturation: 0.61 and the lightness value of 604dd4 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001101 11010100
Octal 140 115 324
Decimal 96 77 212
Hex 60 4D D4

RGB Percentages of Color #604dd4

%24.94
%20.00
%55.06

CMYK Percentages of Color #604dd4

%55
%64
%0
%17

Triadic Colors of #604dd4

#604dd4 #d4604d #4dd460

Analogous Colors of #604dd4

#604dd4 #a44dd4 #4d7ed4

Monochromatic Colors of #604dd4

#604dd4

Complementary Color

#604dd4 #c1d44d

#604dd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604dd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604dd4 Color CSS Codes

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

#604dd4 Text Font Color

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

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


#604dd4 Background Color

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

This div background color is #604dd4


#604dd4 Border Color

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

This div border color is #604dd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604dd4


Comments

No comments written yet.

Please login to write comment.