Color Hex Logo

#602d7b Color Hex

#602D7B
(96,45,123)
0 Favorites   0 Comments

Color spaces of #602d7b

RGB 9645123
HSL0.780.460.33
HSV279°63°48°
CMYK 0.220.630.00   0.52
XYZ9.33745.793619.3650
Yxy5.79360.27070.1679
Hunter Lab24.069927.1229-30.8518
CIE-Lab28.885637.2371-35.0842

#602d7b color RGB value is (96,45,123).

#602d7b hex color red value is 96, green value is 45 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #602d7b hue: 0.78 , saturation: 0.46 and the lightness value of 602d7b is 0.33.

The process color (four color CMYK) of #602d7b color hex is 0.22, 0.63, 0.00, 0.52. Web safe color of #602d7b is #663366. Color #602d7b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101101 01111011
Octal 140 55 173
Decimal 96 45 123
Hex 60 2D 7B

RGB Percentages of Color #602d7b

%36.36
%17.05
%46.59

CMYK Percentages of Color #602d7b

%22
%63
%0
%52

Triadic Colors of #602d7b

#602d7b #7b602d #2d7b60

Analogous Colors of #602d7b

#602d7b #7b2d6f #392d7b

Monochromatic Colors of #602d7b

#602d7b

Complementary Color

#602d7b #487b2d

#602d7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602d7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#602d7b Color CSS Codes

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

#602d7b Text Font Color

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

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


#602d7b Background Color

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

This div background color is #602d7b


#602d7b Border Color

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

This div border color is #602d7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602d7b


Comments

No comments written yet.

Please login to write comment.