Color Hex Logo

#602fb6 Color Hex

#602FB6
(96,47,182)
0 Favorites   0 Comments

Color spaces of #602fb6

RGB 9647182
HSL0.730.590.45
HSV262°74°71°
CMYK 0.470.740.00   0.29
XYZ14.28397.897245.0274
Yxy7.89720.21250.1175
Hunter Lab28.102041.5511-75.3282
CIE-Lab33.767951.3146-63.1988

#602fb6 color RGB value is (96,47,182).

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

The process color (four color CMYK) of #602fb6 color hex is 0.47, 0.74, 0.00, 0.29. Web safe color of #602fb6 is #6633cc. Color #602fb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101111 10110110
Octal 140 57 266
Decimal 96 47 182
Hex 60 2F B6

RGB Percentages of Color #602fb6

%29.54
%14.46
%56.00

CMYK Percentages of Color #602fb6

%47
%74
%0
%29

Triadic Colors of #602fb6

#602fb6 #b6602f #2fb660

Analogous Colors of #602fb6

#602fb6 #a42fb6 #2f41b6

Monochromatic Colors of #602fb6

#602fb6

Complementary Color

#602fb6 #85b62f

#602fb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602fb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602fb6 Color CSS Codes

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

#602fb6 Text Font Color

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

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


#602fb6 Background Color

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

This div background color is #602fb6


#602fb6 Border Color

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

This div border color is #602fb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602fb6


Comments

No comments written yet.

Please login to write comment.