Color Hex Logo

#604bdb Color Hex

#604BDB
(96,75,219)
0 Favorites   0 Comments

Color spaces of #604bdb

RGB 9675219
HSL0.690.670.58
HSV249°66°86°
CMYK 0.560.660.00   0.14
XYZ20.126112.633468.3956
Yxy12.63340.19900.1249
Hunter Lab35.543538.8725-89.2101
CIE-Lab42.205647.1327-70.9305

#604bdb color RGB value is (96,75,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001011 11011011
Octal 140 113 333
Decimal 96 75 219
Hex 60 4B DB

RGB Percentages of Color #604bdb

%24.62
%19.23
%56.15

CMYK Percentages of Color #604bdb

%56
%66
%0
%14

Triadic Colors of #604bdb

#604bdb #db604b #4bdb60

Analogous Colors of #604bdb

#604bdb #a84bdb #4b7edb

Monochromatic Colors of #604bdb

#604bdb

Complementary Color

#604bdb #c6db4b

#604bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#604bdb Color CSS Codes

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

#604bdb Text Font Color

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

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


#604bdb Background Color

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

This div background color is #604bdb


#604bdb Border Color

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

This div border color is #604bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604bdb


Comments

No comments written yet.

Please login to write comment.