Color Hex Logo

#605dee Color Hex

#605DEE
(96,93,238)
0 Favorites   0 Comments

Color spaces of #605dee

RGB 9693238
HSL0.670.810.65
HSV241°61°93°
CMYK 0.600.610.00   0.07
XYZ24.170816.488582.7976
Yxy16.48850.19580.1336
Hunter Lab40.606035.1918-92.4709
CIE-Lab47.609042.6008-72.8797

#605dee color RGB value is (96,93,238).

#605dee hex color red value is 96, green value is 93 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #605dee hue: 0.67 , saturation: 0.81 and the lightness value of 605dee is 0.65.

The process color (four color CMYK) of #605dee color hex is 0.60, 0.61, 0.00, 0.07. Web safe color of #605dee is #6666ff. Color #605dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011101 11101110
Octal 140 135 356
Decimal 96 93 238
Hex 60 5D EE

RGB Percentages of Color #605dee

%22.48
%21.78
%55.74

CMYK Percentages of Color #605dee

%60
%61
%0
%7

Triadic Colors of #605dee

#605dee #ee605d #5dee60

Analogous Colors of #605dee

#605dee #a95dee #5da3ee

Monochromatic Colors of #605dee

#605dee

Complementary Color

#605dee #ebee5d

#605dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#605dee Color CSS Codes

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

#605dee Text Font Color

<p style="color:#605dee">Text here</p>

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


#605dee Background Color

<div style="background-color:#605dee">
Div content here</div>

This div background color is #605dee


#605dee Border Color

<div style="border:3px solid #605dee">
Div here</div>

This div border color is #605dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,93,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #605dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #605dee;
  -webkit-box-shadow: 1px 1px 3px 2px #605dee;
  box-shadow:         1px 1px 3px 2px #605dee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605dee


Comments

No comments written yet.

Please login to write comment.