Color Hex Logo

#602abf Color Hex

#602ABF
(96,42,191)
0 Favorites   0 Comments

Color spaces of #602abf

RGB 9642191
HSL0.730.640.46
HSV262°78°75°
CMYK 0.500.780.00   0.25
XYZ15.05587.904350.0224
Yxy7.90430.20630.1083
Hunter Lab28.114646.3890-85.8105
CIE-Lab33.782855.9551-68.4909

#602abf color RGB value is (96,42,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101010 10111111
Octal 140 52 277
Decimal 96 42 191
Hex 60 2A BF

RGB Percentages of Color #602abf

%29.18
%12.77
%58.05

CMYK Percentages of Color #602abf

%50
%78
%0
%25

Triadic Colors of #602abf

#602abf #bf602a #2abf60

Analogous Colors of #602abf

#602abf #ab2abf #2a3fbf

Monochromatic Colors of #602abf

#602abf

Complementary Color

#602abf #89bf2a

#602abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#602abf Color CSS Codes

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

#602abf Text Font Color

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

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


#602abf Background Color

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

This div background color is #602abf


#602abf Border Color

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

This div border color is #602abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602abf


Comments

No comments written yet.

Please login to write comment.