Color Hex Logo

#7a58cc Color Hex

#7A58CC
(122,88,204)
0 Favorites   0 Comments

Color spaces of #7a58cc

RGB 12288204
HSL0.720.530.57
HSV258°57°80°
CMYK 0.400.570.00   0.20
XYZ22.414815.476758.9326
Yxy15.47670.23150.1598
Hunter Lab39.340432.8573-61.2791
CIE-Lab46.280340.4629-55.6105

#7a58cc color RGB value is (122,88,204).

#7a58cc hex color red value is 122, green value is 88 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7a58cc hue: 0.72 , saturation: 0.53 and the lightness value of 7a58cc is 0.57.

The process color (four color CMYK) of #7a58cc color hex is 0.40, 0.57, 0.00, 0.20. Web safe color of #7a58cc is #6666cc. Color #7a58cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01011000 11001100
Octal 172 130 314
Decimal 122 88 204
Hex 7A 58 CC

RGB Percentages of Color #7a58cc

%29.47
%21.26
%49.28

CMYK Percentages of Color #7a58cc

%40
%57
%0
%20

Triadic Colors of #7a58cc

#7a58cc #cc7a58 #58cc7a

Analogous Colors of #7a58cc

#7a58cc #b458cc #5870cc

Monochromatic Colors of #7a58cc

#7a58cc

Complementary Color

#7a58cc #aacc58

#7a58cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a58cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a58cc Color CSS Codes

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

#7a58cc Text Font Color

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

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


#7a58cc Background Color

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

This div background color is #7a58cc


#7a58cc Border Color

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

This div border color is #7a58cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,88,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a58cc


Comments

No comments written yet.

Please login to write comment.