Color Hex Logo

#602eba Color Hex

#602EBA
(96,46,186)
0 Favorites   0 Comments

Color spaces of #602eba

RGB 9646186
HSL0.730.600.45
HSV261°75°73°
CMYK 0.480.750.00   0.27
XYZ14.66387.986047.2230
Yxy7.98600.20990.1143
Hunter Lab28.259543.1691-79.2948
CIE-Lab33.953752.8497-65.2620

#602eba color RGB value is (96,46,186).

#602eba hex color red value is 96, green value is 46 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #602eba hue: 0.73 , saturation: 0.60 and the lightness value of 602eba is 0.45.

The process color (four color CMYK) of #602eba color hex is 0.48, 0.75, 0.00, 0.27. Web safe color of #602eba is #6633cc. Color #602eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101110 10111010
Octal 140 56 272
Decimal 96 46 186
Hex 60 2E BA

RGB Percentages of Color #602eba

%29.27
%14.02
%56.71

CMYK Percentages of Color #602eba

%48
%75
%0
%27

Triadic Colors of #602eba

#602eba #ba602e #2eba60

Analogous Colors of #602eba

#602eba #a62eba #2e42ba

Monochromatic Colors of #602eba

#602eba

Complementary Color

#602eba #88ba2e

#602eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#602eba Color CSS Codes

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

#602eba Text Font Color

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

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


#602eba Background Color

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

This div background color is #602eba


#602eba Border Color

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

This div border color is #602eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602eba


Comments

No comments written yet.

Please login to write comment.