Color Hex Logo

#7602be Color Hex

#7602BE
(118,2,190)
0 Favorites   0 Comments

Color spaces of #7602be

RGB 1182190
HSL0.770.980.38
HSV277°99°75°
CMYK 0.380.990.00   0.25
XYZ16.78727.612749.2998
Yxy7.61270.22780.1033
Hunter Lab27.591160.3199-86.6256
CIE-Lab33.162968.6235-68.8130

#7602be color RGB value is (118,2,190).

#7602be hex color red value is 118, green value is 2 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7602be hue: 0.77 , saturation: 0.98 and the lightness value of 7602be is 0.38.

The process color (four color CMYK) of #7602be color hex is 0.38, 0.99, 0.00, 0.25. Web safe color of #7602be is #6600cc. Color #7602be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000010 10111110
Octal 166 2 276
Decimal 118 2 190
Hex 76 2 BE

RGB Percentages of Color #7602be

%38.06
%0.65
%61.29

CMYK Percentages of Color #7602be

%38
%99
%0
%25

Triadic Colors of #7602be

#7602be #be7602 #02be76

Analogous Colors of #7602be

#7602be #be02a8 #1802be

Monochromatic Colors of #7602be

#7602be

Complementary Color

#7602be #4abe02

#7602be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7602be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7602be Color CSS Codes

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

#7602be Text Font Color

<p style="color:#7602be">Text here</p>

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


#7602be Background Color

<div style="background-color:#7602be">
Div content here</div>

This div background color is #7602be


#7602be Border Color

<div style="border:3px solid #7602be">
Div here</div>

This div border color is #7602be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,2,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7602be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7602be;
  -webkit-box-shadow: 1px 1px 3px 2px #7602be;
  box-shadow:         1px 1px 3px 2px #7602be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7602be


Comments

No comments written yet.

Please login to write comment.