Color Hex Logo

#7510ca Color Hex

#7510CA
(117,16,202)
0 Favorites   0 Comments

Color spaces of #7510ca

RGB 11716202
HSL0.760.850.43
HSV273°92°79°
CMYK 0.420.920.00   0.21
XYZ18.18218.416856.5434
Yxy8.41680.21870.1012
Hunter Lab29.011761.0982-95.2471
CIE-Lab34.836368.9750-73.1085

#7510ca color RGB value is (117,16,202).

#7510ca hex color red value is 117, green value is 16 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7510ca hue: 0.76 , saturation: 0.85 and the lightness value of 7510ca is 0.43.

The process color (four color CMYK) of #7510ca color hex is 0.42, 0.92, 0.00, 0.21. Web safe color of #7510ca is #6600cc. Color #7510ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010000 11001010
Octal 165 20 312
Decimal 117 16 202
Hex 75 10 CA

RGB Percentages of Color #7510ca

%34.93
%4.78
%60.30

CMYK Percentages of Color #7510ca

%42
%92
%0
%21

Triadic Colors of #7510ca

#7510ca #ca7510 #10ca75

Analogous Colors of #7510ca

#7510ca #ca10c2 #1810ca

Monochromatic Colors of #7510ca

#7510ca

Complementary Color

#7510ca #65ca10

#7510ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7510ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7510ca Color CSS Codes

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

#7510ca Text Font Color

<p style="color:#7510ca">Text here</p>

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


#7510ca Background Color

<div style="background-color:#7510ca">
Div content here</div>

This div background color is #7510ca


#7510ca Border Color

<div style="border:3px solid #7510ca">
Div here</div>

This div border color is #7510ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,16,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7510ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7510ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7510ca;
  box-shadow:         1px 1px 3px 2px #7510ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7510ca


Comments

No comments written yet.

Please login to write comment.