Color Hex Logo

#604cde Color Hex

#604CDE
(96,76,222)
0 Favorites   0 Comments

Color spaces of #604cde

RGB 9676222
HSL0.690.690.58
HSV248°66°87°
CMYK 0.570.660.00   0.13
XYZ20.593112.929670.5175
Yxy12.92960.19790.1243
Hunter Lab35.957839.3014-91.1044
CIE-Lab42.657047.4745-71.9056

#604cde color RGB value is (96,76,222).

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

The process color (four color CMYK) of #604cde color hex is 0.57, 0.66, 0.00, 0.13. Web safe color of #604cde is #6633cc. Color #604cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001100 11011110
Octal 140 114 336
Decimal 96 76 222
Hex 60 4C DE

RGB Percentages of Color #604cde

%24.37
%19.29
%56.35

CMYK Percentages of Color #604cde

%57
%66
%0
%13

Triadic Colors of #604cde

#604cde #de604c #4cde60

Analogous Colors of #604cde

#604cde #a94cde #4c81de

Monochromatic Colors of #604cde

#604cde

Complementary Color

#604cde #cade4c

#604cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#604cde Color CSS Codes

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

#604cde Text Font Color

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

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


#604cde Background Color

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

This div background color is #604cde


#604cde Border Color

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

This div border color is #604cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604cde


Comments

No comments written yet.

Please login to write comment.