Color Hex Logo

#7615cd Color Hex

#7615CD
(118,21,205)
0 Favorites   0 Comments

Color spaces of #7615cd

RGB 11821205
HSL0.750.810.44
HSV272°90°80°
CMYK 0.420.900.00   0.20
XYZ18.75888.795758.4666
Yxy8.79570.21810.1023
Hunter Lab29.657561.0030-96.1235
CIE-Lab35.587968.7494-73.6149

#7615cd color RGB value is (118,21,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010101 11001101
Octal 166 25 315
Decimal 118 21 205
Hex 76 15 CD

RGB Percentages of Color #7615cd

%34.30
%6.10
%59.59

CMYK Percentages of Color #7615cd

%42
%90
%0
%20

Triadic Colors of #7615cd

#7615cd #cd7615 #15cd76

Analogous Colors of #7615cd

#7615cd #cd15c8 #1a15cd

Monochromatic Colors of #7615cd

#7615cd

Complementary Color

#7615cd #6ccd15

#7615cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7615cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7615cd Color CSS Codes

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

#7615cd Text Font Color

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

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


#7615cd Background Color

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

This div background color is #7615cd


#7615cd Border Color

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

This div border color is #7615cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7615cd


Comments

No comments written yet.

Please login to write comment.