Color Hex Logo

#602eeb Color Hex

#602EEB
(96,46,235)
0 Favorites   0 Comments

Color spaces of #602eeb

RGB 9646235
HSL0.710.830.55
HSV256°80°92°
CMYK 0.590.800.00   0.08
XYZ20.796310.438979.5161
Yxy10.43890.18780.0943
Hunter Lab32.309358.3526-123.3016
CIE-Lab38.618965.8645-85.9356

#602eeb color RGB value is (96,46,235).

#602eeb hex color red value is 96, green value is 46 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #602eeb hue: 0.71 , saturation: 0.83 and the lightness value of 602eeb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101110 11101011
Octal 140 56 353
Decimal 96 46 235
Hex 60 2E EB

RGB Percentages of Color #602eeb

%25.46
%12.20
%62.33

CMYK Percentages of Color #602eeb

%59
%80
%0
%8

Triadic Colors of #602eeb

#602eeb #eb602e #2eeb60

Analogous Colors of #602eeb

#602eeb #bf2eeb #2e5aeb

Monochromatic Colors of #602eeb

#602eeb

Complementary Color

#602eeb #b9eb2e

#602eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#602eeb Color CSS Codes

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

#602eeb Text Font Color

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

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


#602eeb Background Color

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

This div background color is #602eeb


#602eeb Border Color

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

This div border color is #602eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602eeb


Comments

No comments written yet.

Please login to write comment.