Color Hex Logo

#604ecb Color Hex

#604ECB
(96,78,203)
0 Favorites   0 Comments

Color spaces of #604ecb

RGB 9678203
HSL0.690.550.55
HSV249°62°80°
CMYK 0.530.620.00   0.20
XYZ18.327812.247457.8979
Yxy12.24740.20720.1384
Hunter Lab34.996332.2382-73.5921
CIE-Lab41.606740.5598-62.7090

#604ecb color RGB value is (96,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001110 11001011
Octal 140 116 313
Decimal 96 78 203
Hex 60 4E CB

RGB Percentages of Color #604ecb

%25.46
%20.69
%53.85

CMYK Percentages of Color #604ecb

%53
%62
%0
%20

Triadic Colors of #604ecb

#604ecb #cb604e #4ecb60

Analogous Colors of #604ecb

#604ecb #9f4ecb #4e7bcb

Monochromatic Colors of #604ecb

#604ecb

Complementary Color

#604ecb #b9cb4e

#604ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#604ecb Color CSS Codes

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

#604ecb Text Font Color

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

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


#604ecb Background Color

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

This div background color is #604ecb


#604ecb Border Color

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

This div border color is #604ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604ecb


Comments

No comments written yet.

Please login to write comment.