Color Hex Logo

#7512cd Color Hex

#7512CD
(117,18,205)
0 Favorites   0 Comments

Color spaces of #7512cd

RGB 11718205
HSL0.750.840.44
HSV272°91°80°
CMYK 0.430.910.00   0.20
XYZ18.57198.622358.4430
Yxy8.62230.21690.1007
Hunter Lab29.363861.5106-97.4509
CIE-Lab35.246769.2503-74.1814

#7512cd color RGB value is (117,18,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010010 11001101
Octal 165 22 315
Decimal 117 18 205
Hex 75 12 CD

RGB Percentages of Color #7512cd

%34.41
%5.29
%60.29

CMYK Percentages of Color #7512cd

%43
%91
%0
%20

Triadic Colors of #7512cd

#7512cd #cd7512 #12cd75

Analogous Colors of #7512cd

#7512cd #cd12c8 #1712cd

Monochromatic Colors of #7512cd

#7512cd

Complementary Color

#7512cd #6acd12

#7512cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7512cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7512cd Color CSS Codes

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

#7512cd Text Font Color

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

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


#7512cd Background Color

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

This div background color is #7512cd


#7512cd Border Color

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

This div border color is #7512cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,18,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 #7512cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7512cd


Comments

No comments written yet.

Please login to write comment.