Color Hex Logo

#604aed Color Hex

#604AED
(96,74,237)
0 Favorites   0 Comments

Color spaces of #604aed

RGB 9674237
HSL0.690.820.61
HSV248°69°93°
CMYK 0.590.690.00   0.07
XYZ22.558713.498881.5373
Yxy13.49880.19180.1148
Hunter Lab36.740745.3023-105.8616
CIE-Lab43.505453.0834-79.0238

#604aed color RGB value is (96,74,237).

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

The process color (four color CMYK) of #604aed color hex is 0.59, 0.69, 0.00, 0.07. Web safe color of #604aed is #6633ff. Color #604aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001010 11101101
Octal 140 112 355
Decimal 96 74 237
Hex 60 4A ED

RGB Percentages of Color #604aed

%23.59
%18.18
%58.23

CMYK Percentages of Color #604aed

%59
%69
%0
%7

Triadic Colors of #604aed

#604aed #ed604a #4aed60

Analogous Colors of #604aed

#604aed #b24aed #4a86ed

Monochromatic Colors of #604aed

#604aed

Complementary Color

#604aed #d7ed4a

#604aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#604aed Color CSS Codes

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

#604aed Text Font Color

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

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


#604aed Background Color

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

This div background color is #604aed


#604aed Border Color

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

This div border color is #604aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604aed


Comments

No comments written yet.

Please login to write comment.