Color Hex Logo

#602cbe Color Hex

#602CBE
(96,44,190)
0 Favorites   0 Comments

Color spaces of #602cbe

RGB 9644190
HSL0.730.620.46
HSV261°77°75°
CMYK 0.490.770.00   0.25
XYZ15.01888.005949.4689
Yxy8.00590.20720.1104
Hunter Lab28.294745.2319-83.8531
CIE-Lab33.995254.8178-67.5534

#602cbe color RGB value is (96,44,190).

#602cbe hex color red value is 96, green value is 44 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #602cbe hue: 0.73 , saturation: 0.62 and the lightness value of 602cbe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101100 10111110
Octal 140 54 276
Decimal 96 44 190
Hex 60 2C BE

RGB Percentages of Color #602cbe

%29.09
%13.33
%57.58

CMYK Percentages of Color #602cbe

%49
%77
%0
%25

Triadic Colors of #602cbe

#602cbe #be602c #2cbe60

Analogous Colors of #602cbe

#602cbe #a92cbe #2c41be

Monochromatic Colors of #602cbe

#602cbe

Complementary Color

#602cbe #8abe2c

#602cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#602cbe Color CSS Codes

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

#602cbe Text Font Color

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

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


#602cbe Background Color

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

This div background color is #602cbe


#602cbe Border Color

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

This div border color is #602cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602cbe


Comments

No comments written yet.

Please login to write comment.