Color Hex Logo

#7543ca Color Hex

#7543CA
(117,67,202)
0 Favorites   0 Comments

Color spaces of #7543ca

RGB 11767202
HSL0.730.560.53
HSV262°67°79°
CMYK 0.420.670.00   0.21
XYZ20.003912.060557.1507
Yxy12.06050.22420.1352
Hunter Lab34.728242.0439-73.2611
CIE-Lab41.312150.3795-62.5168

#7543ca color RGB value is (117,67,202).

#7543ca hex color red value is 117, green value is 67 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7543ca hue: 0.73 , saturation: 0.56 and the lightness value of 7543ca is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000011 11001010
Octal 165 103 312
Decimal 117 67 202
Hex 75 43 CA

RGB Percentages of Color #7543ca

%30.31
%17.36
%52.33

CMYK Percentages of Color #7543ca

%42
%67
%0
%21

Triadic Colors of #7543ca

#7543ca #ca7543 #43ca75

Analogous Colors of #7543ca

#7543ca #b943ca #4355ca

Monochromatic Colors of #7543ca

#7543ca

Complementary Color

#7543ca #98ca43

#7543ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7543ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7543ca Color CSS Codes

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

#7543ca Text Font Color

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

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


#7543ca Background Color

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

This div background color is #7543ca


#7543ca Border Color

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

This div border color is #7543ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7543ca


Comments

No comments written yet.

Please login to write comment.