Color Hex Logo

#605eca Color Hex

#605ECA
(96,94,202)
0 Favorites   0 Comments

Color spaces of #605eca

RGB 9694202
HSL0.670.500.58
HSV241°53°79°
CMYK 0.520.530.00   0.21
XYZ19.487214.756557.6983
Yxy14.75650.21200.1605
Hunter Lab38.414223.3267-62.1639
CIE-Lab45.298930.6121-56.1567

#605eca color RGB value is (96,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011110 11001010
Octal 140 136 312
Decimal 96 94 202
Hex 60 5E CA

RGB Percentages of Color #605eca

%24.49
%23.98
%51.53

CMYK Percentages of Color #605eca

%52
%53
%0
%21

Triadic Colors of #605eca

#605eca #ca605e #5eca60

Analogous Colors of #605eca

#605eca #965eca #5e92ca

Monochromatic Colors of #605eca

#605eca

Complementary Color

#605eca #c8ca5e

#605eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#605eca Color CSS Codes

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

#605eca Text Font Color

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

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


#605eca Background Color

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

This div background color is #605eca


#605eca Border Color

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

This div border color is #605eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605eca


Comments

No comments written yet.

Please login to write comment.