Color Hex Logo

#7615da Color Hex

#7615DA
(118,21,218)
0 Favorites   0 Comments

Color spaces of #7615da

RGB 11821218
HSL0.750.820.47
HSV270°90°85°
CMYK 0.460.900.00   0.15
XYZ20.39439.449867.0788
Yxy9.44980.21040.0975
Hunter Lab30.740564.6270-107.8581
CIE-Lab36.836371.5942-79.0816

#7615da color RGB value is (118,21,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010101 11011010
Octal 166 25 332
Decimal 118 21 218
Hex 76 15 DA

RGB Percentages of Color #7615da

%33.05
%5.88
%61.06

CMYK Percentages of Color #7615da

%46
%90
%0
%15

Triadic Colors of #7615da

#7615da #da7615 #15da76

Analogous Colors of #7615da

#7615da #d915da #1517da

Monochromatic Colors of #7615da

#7615da

Complementary Color

#7615da #79da15

#7615da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7615da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7615da Color CSS Codes

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

#7615da Text Font Color

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

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


#7615da Background Color

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

This div background color is #7615da


#7615da Border Color

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

This div border color is #7615da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7615da


Comments

No comments written yet.

Please login to write comment.