Color Hex Logo

#7602ff Color Hex

#7602FF
(118,2,255)
0 Favorites   0 Comments

Color spaces of #7602ff

RGB 1182255
HSL0.741.000.50
HSV268°99°100°
CMYK 0.540.990.00   0.00
XYZ25.542911.115095.4069
Yxy11.11500.19340.0842
Hunter Lab33.339278.4148-146.3331
CIE-Lab39.773582.2586-95.2218

#7602ff color RGB value is (118,2,255).

#7602ff hex color red value is 118, green value is 2 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7602ff hue: 0.74 , saturation: 1.00 and the lightness value of 7602ff is 0.50.

The process color (four color CMYK) of #7602ff color hex is 0.54, 0.99, 0.00, 0.00. Web safe color of #7602ff is #6600ff. Color #7602ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000010 11111111
Octal 166 2 377
Decimal 118 2 255
Hex 76 2 FF

RGB Percentages of Color #7602ff

%31.47
%0.53
%68.00

CMYK Percentages of Color #7602ff

%54
%99
%0
%0

Triadic Colors of #7602ff

#7602ff #ff7602 #02ff76

Analogous Colors of #7602ff

#7602ff #f502ff #020dff

Monochromatic Colors of #7602ff

#7602ff

Complementary Color

#7602ff #8bff02

#7602ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7602ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7602ff Color CSS Codes

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

#7602ff Text Font Color

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

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


#7602ff Background Color

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

This div background color is #7602ff


#7602ff Border Color

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

This div border color is #7602ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7602ff


Comments

No comments written yet.

Please login to write comment.