Color Hex Logo

#7608ea Color Hex

#7608EA
(118,8,234)
0 Favorites   0 Comments

Color spaces of #7608ea

RGB 1188234
HSL0.750.930.47
HSV269°97°92°
CMYK 0.500.970.00   0.08
XYZ22.40939.965778.5844
Yxy9.96570.20200.0898
Hunter Lab31.568571.4656-125.4944
CIE-Lab37.780877.0734-86.6743

#7608ea color RGB value is (118,8,234).

#7608ea hex color red value is 118, green value is 8 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7608ea hue: 0.75 , saturation: 0.93 and the lightness value of 7608ea is 0.47.

The process color (four color CMYK) of #7608ea color hex is 0.50, 0.97, 0.00, 0.08. Web safe color of #7608ea is #6600ff. Color #7608ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001000 11101010
Octal 166 10 352
Decimal 118 8 234
Hex 76 8 EA

RGB Percentages of Color #7608ea

%32.78
%2.22
%65.00

CMYK Percentages of Color #7608ea

%50
%97
%0
%8

Triadic Colors of #7608ea

#7608ea #ea7608 #08ea76

Analogous Colors of #7608ea

#7608ea #e708ea #080bea

Monochromatic Colors of #7608ea

#7608ea

Complementary Color

#7608ea #7cea08

#7608ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7608ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7608ea Color CSS Codes

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

#7608ea Text Font Color

<p style="color:#7608ea">Text here</p>

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


#7608ea Background Color

<div style="background-color:#7608ea">
Div content here</div>

This div background color is #7608ea


#7608ea Border Color

<div style="border:3px solid #7608ea">
Div here</div>

This div border color is #7608ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,8,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7608ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7608ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7608ea;
  box-shadow:         1px 1px 3px 2px #7608ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7608ea


Comments

No comments written yet.

Please login to write comment.