Color Hex Logo

#7605ea Color Hex

#7605EA
(118,5,234)
0 Favorites   0 Comments

Color spaces of #7605ea

RGB 1185234
HSL0.750.960.47
HSV270°98°92°
CMYK 0.500.980.00   0.08
XYZ22.37689.900678.5735
Yxy9.90060.20190.0893
Hunter Lab31.465271.8779-126.0306
CIE-Lab37.663477.4299-86.8684

#7605ea color RGB value is (118,5,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000101 11101010
Octal 166 5 352
Decimal 118 5 234
Hex 76 5 EA

RGB Percentages of Color #7605ea

%33.05
%1.40
%65.55

CMYK Percentages of Color #7605ea

%50
%98
%0
%8

Triadic Colors of #7605ea

#7605ea #ea7605 #05ea76

Analogous Colors of #7605ea

#7605ea #e905ea #0506ea

Monochromatic Colors of #7605ea

#7605ea

Complementary Color

#7605ea #79ea05

#7605ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7605ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7605ea Color CSS Codes

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

#7605ea Text Font Color

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

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


#7605ea Background Color

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

This div background color is #7605ea


#7605ea Border Color

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

This div border color is #7605ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,5,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 #7605ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7605ea


Comments

No comments written yet.

Please login to write comment.