Color Hex Logo

#7515bc Color Hex

#7515BC
(117,21,188)
0 Favorites   0 Comments

Color spaces of #7515bc

RGB 11721188
HSL0.760.800.41
HSV274°89°74°
CMYK 0.380.890.00   0.26
XYZ16.68147.949148.2321
Yxy7.94910.22890.1091
Hunter Lab28.194156.2719-81.6923
CIE-Lab33.876764.9564-66.4656

#7515bc color RGB value is (117,21,188).

#7515bc hex color red value is 117, green value is 21 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7515bc hue: 0.76 , saturation: 0.80 and the lightness value of 7515bc is 0.41.

The process color (four color CMYK) of #7515bc color hex is 0.38, 0.89, 0.00, 0.26. Web safe color of #7515bc is #6600cc. Color #7515bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010101 10111100
Octal 165 25 274
Decimal 117 21 188
Hex 75 15 BC

RGB Percentages of Color #7515bc

%35.89
%6.44
%57.67

CMYK Percentages of Color #7515bc

%38
%89
%0
%26

Triadic Colors of #7515bc

#7515bc #bc7515 #15bc75

Analogous Colors of #7515bc

#7515bc #bc15b0 #2115bc

Monochromatic Colors of #7515bc

#7515bc

Complementary Color

#7515bc #5cbc15

#7515bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7515bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7515bc Color CSS Codes

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

#7515bc Text Font Color

<p style="color:#7515bc">Text here</p>

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


#7515bc Background Color

<div style="background-color:#7515bc">
Div content here</div>

This div background color is #7515bc


#7515bc Border Color

<div style="border:3px solid #7515bc">
Div here</div>

This div border color is #7515bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,21,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7515bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7515bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7515bc;
  box-shadow:         1px 1px 3px 2px #7515bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7515bc


Comments

No comments written yet.

Please login to write comment.