Color Hex Logo

#604dca Color Hex

#604DCA
(96,77,202)
0 Favorites   0 Comments

Color spaces of #604dca

RGB 9677202
HSL0.690.540.55
HSV249°62°79°
CMYK 0.520.620.00   0.21
XYZ18.138412.058857.2487
Yxy12.05880.20740.1379
Hunter Lab34.725832.4662-73.4371
CIE-Lab41.309440.8425-62.6136

#604dca color RGB value is (96,77,202).

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

The process color (four color CMYK) of #604dca color hex is 0.52, 0.62, 0.00, 0.21. Web safe color of #604dca is #6666cc. Color #604dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001101 11001010
Octal 140 115 312
Decimal 96 77 202
Hex 60 4D CA

RGB Percentages of Color #604dca

%25.60
%20.53
%53.87

CMYK Percentages of Color #604dca

%52
%62
%0
%21

Triadic Colors of #604dca

#604dca #ca604d #4dca60

Analogous Colors of #604dca

#604dca #9f4dca #4d79ca

Monochromatic Colors of #604dca

#604dca

Complementary Color

#604dca #b7ca4d

#604dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#604dca Color CSS Codes

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

#604dca Text Font Color

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

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


#604dca Background Color

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

This div background color is #604dca


#604dca Border Color

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

This div border color is #604dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604dca


Comments

No comments written yet.

Please login to write comment.