Color Hex Logo

#602ccb Color Hex

#602CCB
(96,44,203)
0 Favorites   0 Comments

Color spaces of #602ccb

RGB 9644203
HSL0.720.640.48
HSV260°78°80°
CMYK 0.530.780.00   0.20
XYZ16.50408.600057.2900
Yxy8.60000.20030.1044
Hunter Lab29.325849.1365-95.2993
CIE-Lab35.202558.2458-73.1816

#602ccb color RGB value is (96,44,203).

#602ccb hex color red value is 96, green value is 44 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #602ccb hue: 0.72 , saturation: 0.64 and the lightness value of 602ccb is 0.48.

The process color (four color CMYK) of #602ccb color hex is 0.53, 0.78, 0.00, 0.20. Web safe color of #602ccb is #6633cc. Color #602ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101100 11001011
Octal 140 54 313
Decimal 96 44 203
Hex 60 2C CB

RGB Percentages of Color #602ccb

%27.99
%12.83
%59.18

CMYK Percentages of Color #602ccb

%53
%78
%0
%20

Triadic Colors of #602ccb

#602ccb #cb602c #2ccb60

Analogous Colors of #602ccb

#602ccb #b02ccb #2c47cb

Monochromatic Colors of #602ccb

#602ccb

Complementary Color

#602ccb #97cb2c

#602ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#602ccb Color CSS Codes

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

#602ccb Text Font Color

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

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


#602ccb Background Color

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

This div background color is #602ccb


#602ccb Border Color

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

This div border color is #602ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602ccb


Comments

No comments written yet.

Please login to write comment.