Color Hex Logo

#7609da Color Hex

#7609DA
(118,9,218)
0 Favorites   0 Comments

Color spaces of #7609da

RGB 1189218
HSL0.750.920.45
HSV271°96°85°
CMYK 0.460.960.00   0.15
XYZ20.22389.108967.0219
Yxy9.10890.20990.0945
Hunter Lab30.181066.7935-110.5368
CIE-Lab36.193173.5299-80.1424

#7609da color RGB value is (118,9,218).

#7609da hex color red value is 118, green value is 9 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7609da hue: 0.75 , saturation: 0.92 and the lightness value of 7609da is 0.45.

The process color (four color CMYK) of #7609da color hex is 0.46, 0.96, 0.00, 0.15. Web safe color of #7609da is #6600cc. Color #7609da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001001 11011010
Octal 166 11 332
Decimal 118 9 218
Hex 76 9 DA

RGB Percentages of Color #7609da

%34.20
%2.61
%63.19

CMYK Percentages of Color #7609da

%46
%96
%0
%15

Triadic Colors of #7609da

#7609da #da7609 #09da76

Analogous Colors of #7609da

#7609da #da09d6 #0d09da

Monochromatic Colors of #7609da

#7609da

Complementary Color

#7609da #6dda09

#7609da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7609da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7609da Color CSS Codes

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

#7609da Text Font Color

<p style="color:#7609da">Text here</p>

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


#7609da Background Color

<div style="background-color:#7609da">
Div content here</div>

This div background color is #7609da


#7609da Border Color

<div style="border:3px solid #7609da">
Div here</div>

This div border color is #7609da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,9,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7609da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7609da;
  -webkit-box-shadow: 1px 1px 3px 2px #7609da;
  box-shadow:         1px 1px 3px 2px #7609da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7609da


Comments

No comments written yet.

Please login to write comment.