Color Hex Logo

#7a43ca Color Hex

#7A43CA
(122,67,202)
0 Favorites   0 Comments

Color spaces of #7a43ca

RGB 12267202
HSL0.730.560.53
HSV264°67°79°
CMYK 0.400.670.00   0.21
XYZ20.693912.416257.1830
Yxy12.41620.22920.1375
Hunter Lab35.236643.1661-71.5519
CIE-Lab41.870151.3554-61.5851

#7a43ca color RGB value is (122,67,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01000011 11001010
Octal 172 103 312
Decimal 122 67 202
Hex 7A 43 CA

RGB Percentages of Color #7a43ca

%31.20
%17.14
%51.66

CMYK Percentages of Color #7a43ca

%40
%67
%0
%21

Triadic Colors of #7a43ca

#7a43ca #ca7a43 #43ca7a

Analogous Colors of #7a43ca

#7a43ca #be43ca #4350ca

Monochromatic Colors of #7a43ca

#7a43ca

Complementary Color

#7a43ca #93ca43

#7a43ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a43ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a43ca Color CSS Codes

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

#7a43ca Text Font Color

<p style="color:#7a43ca">Text here</p>

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


#7a43ca Background Color

<div style="background-color:#7a43ca">
Div content here</div>

This div background color is #7a43ca


#7a43ca Border Color

<div style="border:3px solid #7a43ca">
Div here</div>

This div border color is #7a43ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a43ca


Comments

No comments written yet.

Please login to write comment.