Color Hex Logo

#602bea Color Hex

#602BEA
(96,43,234)
0 Favorites   0 Comments

Color spaces of #602bea

RGB 9643234
HSL0.710.820.54
HSV257°82°92°
CMYK 0.590.820.00   0.08
XYZ20.539010.155178.7195
Yxy10.15510.18770.0928
Hunter Lab31.867159.2797-124.1539
CIE-Lab38.119466.7699-86.1933

#602bea color RGB value is (96,43,234).

#602bea hex color red value is 96, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #602bea hue: 0.71 , saturation: 0.82 and the lightness value of 602bea is 0.54.

The process color (four color CMYK) of #602bea color hex is 0.59, 0.82, 0.00, 0.08. Web safe color of #602bea is #6633ff. Color #602bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101011 11101010
Octal 140 53 352
Decimal 96 43 234
Hex 60 2B EA

RGB Percentages of Color #602bea

%25.74
%11.53
%62.73

CMYK Percentages of Color #602bea

%59
%82
%0
%8

Triadic Colors of #602bea

#602bea #ea602b #2bea60

Analogous Colors of #602bea

#602bea #c02bea #2b56ea

Monochromatic Colors of #602bea

#602bea

Complementary Color

#602bea #b5ea2b

#602bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#602bea Color CSS Codes

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

#602bea Text Font Color

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

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


#602bea Background Color

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

This div background color is #602bea


#602bea Border Color

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

This div border color is #602bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602bea


Comments

No comments written yet.

Please login to write comment.