Color Hex Logo

#602edc Color Hex

#602EDC
(96,46,220)
0 Favorites   0 Comments

Color spaces of #602edc

RGB 9646220
HSL0.710.710.52
HSV257°79°86°
CMYK 0.560.790.00   0.14
XYZ18.71919.608168.5781
Yxy9.60810.19320.0991
Hunter Lab30.996953.5518-109.4763
CIE-Lab37.129761.8985-79.8343

#602edc color RGB value is (96,46,220).

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

The process color (four color CMYK) of #602edc color hex is 0.56, 0.79, 0.00, 0.14. Web safe color of #602edc is #6633cc. Color #602edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101110 11011100
Octal 140 56 334
Decimal 96 46 220
Hex 60 2E DC

RGB Percentages of Color #602edc

%26.52
%12.71
%60.77

CMYK Percentages of Color #602edc

%56
%79
%0
%14

Triadic Colors of #602edc

#602edc #dc602e #2edc60

Analogous Colors of #602edc

#602edc #b72edc #2e53dc

Monochromatic Colors of #602edc

#602edc

Complementary Color

#602edc #aadc2e

#602edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#602edc Color CSS Codes

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

#602edc Text Font Color

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

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


#602edc Background Color

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

This div background color is #602edc


#602edc Border Color

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

This div border color is #602edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602edc


Comments

No comments written yet.

Please login to write comment.