Color Hex Logo

#602ecf Color Hex

#602ECF
(96,46,207)
0 Favorites   0 Comments

Color spaces of #602ecf

RGB 9646207
HSL0.720.640.50
HSV259°78°81°
CMYK 0.540.780.00   0.19
XYZ17.06348.945859.8589
Yxy8.94580.19870.1042
Hunter Lab29.909549.4926-97.7223
CIE-Lab35.879758.4432-74.3920

#602ecf color RGB value is (96,46,207).

#602ecf hex color red value is 96, green value is 46 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #602ecf hue: 0.72 , saturation: 0.64 and the lightness value of 602ecf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101110 11001111
Octal 140 56 317
Decimal 96 46 207
Hex 60 2E CF

RGB Percentages of Color #602ecf

%27.51
%13.18
%59.31

CMYK Percentages of Color #602ecf

%54
%78
%0
%19

Triadic Colors of #602ecf

#602ecf #cf602e #2ecf60

Analogous Colors of #602ecf

#602ecf #b12ecf #2e4ccf

Monochromatic Colors of #602ecf

#602ecf

Complementary Color

#602ecf #9dcf2e

#602ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#602ecf Color CSS Codes

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

#602ecf Text Font Color

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

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


#602ecf Background Color

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

This div background color is #602ecf


#602ecf Border Color

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

This div border color is #602ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602ecf


Comments

No comments written yet.

Please login to write comment.