Color Hex Logo

#604eda Color Hex

#604EDA
(96,78,218)
0 Favorites   0 Comments

Color spaces of #604eda

RGB 9678218
HSL0.690.650.58
HSV248°64°85°
CMYK 0.560.640.00   0.15
XYZ20.203112.997567.7736
Yxy12.99750.20010.1287
Hunter Lab36.052036.9380-86.2218
CIE-Lab42.759545.1248-69.4548

#604eda color RGB value is (96,78,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001110 11011010
Octal 140 116 332
Decimal 96 78 218
Hex 60 4E DA

RGB Percentages of Color #604eda

%24.49
%19.90
%55.61

CMYK Percentages of Color #604eda

%56
%64
%0
%15

Triadic Colors of #604eda

#604eda #da604e #4eda60

Analogous Colors of #604eda

#604eda #a64eda #4e82da

Monochromatic Colors of #604eda

#604eda

Complementary Color

#604eda #c8da4e

#604eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#604eda Color CSS Codes

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

#604eda Text Font Color

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

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


#604eda Background Color

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

This div background color is #604eda


#604eda Border Color

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

This div border color is #604eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604eda


Comments

No comments written yet.

Please login to write comment.