Color Hex Logo

#7503ca Color Hex

#7503CA
(117,3,202)
0 Favorites   0 Comments

Color spaces of #7503ca

RGB 1173202
HSL0.760.970.40
HSV274°99°79°
CMYK 0.420.990.00   0.21
XYZ18.02948.111356.4925
Yxy8.11130.21820.0982
Hunter Lab28.480363.1583-97.6691
CIE-Lab34.213670.8501-74.1338

#7503ca color RGB value is (117,3,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000011 11001010
Octal 165 3 312
Decimal 117 3 202
Hex 75 3 CA

RGB Percentages of Color #7503ca

%36.34
%0.93
%62.73

CMYK Percentages of Color #7503ca

%42
%99
%0
%21

Triadic Colors of #7503ca

#7503ca #ca7503 #03ca75

Analogous Colors of #7503ca

#7503ca #ca03bc #1203ca

Monochromatic Colors of #7503ca

#7503ca

Complementary Color

#7503ca #58ca03

#7503ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7503ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7503ca Color CSS Codes

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

#7503ca Text Font Color

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

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


#7503ca Background Color

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

This div background color is #7503ca


#7503ca Border Color

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

This div border color is #7503ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7503ca


Comments

No comments written yet.

Please login to write comment.