Color Hex Logo

#605ecd Color Hex

#605ECD
(96,94,205)
0 Favorites   0 Comments

Color spaces of #605ecd

RGB 9694205
HSL0.670.530.59
HSV241°54°80°
CMYK 0.530.540.00   0.20
XYZ19.846014.900059.5876
Yxy14.90000.21040.1580
Hunter Lab38.600524.2228-64.5056
CIE-Lab45.496931.5569-57.5628

#605ecd color RGB value is (96,94,205).

#605ecd hex color red value is 96, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #605ecd hue: 0.67 , saturation: 0.53 and the lightness value of 605ecd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011110 11001101
Octal 140 136 315
Decimal 96 94 205
Hex 60 5E CD

RGB Percentages of Color #605ecd

%24.30
%23.80
%51.90

CMYK Percentages of Color #605ecd

%53
%54
%0
%20

Triadic Colors of #605ecd

#605ecd #cd605e #5ecd60

Analogous Colors of #605ecd

#605ecd #985ecd #5e94cd

Monochromatic Colors of #605ecd

#605ecd

Complementary Color

#605ecd #cbcd5e

#605ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#605ecd Color CSS Codes

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

#605ecd Text Font Color

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

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


#605ecd Background Color

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

This div background color is #605ecd


#605ecd Border Color

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

This div border color is #605ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605ecd


Comments

No comments written yet.

Please login to write comment.