Color Hex Logo

#602eca Color Hex

#602ECA
(96,46,202)
0 Favorites   0 Comments

Color spaces of #602eca

RGB 9646202
HSL0.720.630.49
HSV259°77°79°
CMYK 0.520.770.00   0.21
XYZ16.46158.705156.6897
Yxy8.70510.20110.1063
Hunter Lab29.504447.9584-93.2666
CIE-Lab35.410257.1108-72.2575

#602eca color RGB value is (96,46,202).

#602eca hex color red value is 96, green value is 46 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #602eca hue: 0.72 , saturation: 0.63 and the lightness value of 602eca is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101110 11001010
Octal 140 56 312
Decimal 96 46 202
Hex 60 2E CA

RGB Percentages of Color #602eca

%27.91
%13.37
%58.72

CMYK Percentages of Color #602eca

%52
%77
%0
%21

Triadic Colors of #602eca

#602eca #ca602e #2eca60

Analogous Colors of #602eca

#602eca #ae2eca #2e4aca

Monochromatic Colors of #602eca

#602eca

Complementary Color

#602eca #98ca2e

#602eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#602eca Color CSS Codes

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

#602eca Text Font Color

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

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


#602eca Background Color

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

This div background color is #602eca


#602eca Border Color

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

This div border color is #602eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,46,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 #602eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602eca


Comments

No comments written yet.

Please login to write comment.