Color Hex Logo

#602fcb Color Hex

#602FCB
(96,47,203)
0 Favorites   0 Comments

Color spaces of #602fcb

RGB 9647203
HSL0.720.620.49
HSV259°77°80°
CMYK 0.530.770.00   0.20
XYZ16.61998.831657.3286
Yxy8.83160.20080.1067
Hunter Lab29.718047.8202-93.5729
CIE-Lab35.658056.9336-72.4324

#602fcb color RGB value is (96,47,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101111 11001011
Octal 140 57 313
Decimal 96 47 203
Hex 60 2F CB

RGB Percentages of Color #602fcb

%27.75
%13.58
%58.67

CMYK Percentages of Color #602fcb

%53
%77
%0
%20

Triadic Colors of #602fcb

#602fcb #cb602f #2fcb60

Analogous Colors of #602fcb

#602fcb #ae2fcb #2f4ccb

Monochromatic Colors of #602fcb

#602fcb

Complementary Color

#602fcb #9acb2f

#602fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#602fcb Color CSS Codes

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

#602fcb Text Font Color

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

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


#602fcb Background Color

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

This div background color is #602fcb


#602fcb Border Color

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

This div border color is #602fcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,47,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 #602fcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602fcb


Comments

No comments written yet.

Please login to write comment.