Color Hex Logo

#7258ac Color Hex

#7258AC
(114,88,172)
0 Favorites   0 Comments

Color spaces of #7258ac

RGB 11488172
HSL0.720.340.51
HSV259°49°67°
CMYK 0.340.490.00   0.33
XYZ17.875513.535440.7002
Yxy13.53540.24790.1877
Hunter Lab36.790522.3450-39.8374
CIE-Lab43.559129.7479-41.3825

#7258ac color RGB value is (114,88,172).

#7258ac hex color red value is 114, green value is 88 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7258ac hue: 0.72 , saturation: 0.34 and the lightness value of 7258ac is 0.51.

The process color (four color CMYK) of #7258ac color hex is 0.34, 0.49, 0.00, 0.33. Web safe color of #7258ac is #666699. Color #7258ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011000 10101100
Octal 162 130 254
Decimal 114 88 172
Hex 72 58 AC

RGB Percentages of Color #7258ac

%30.48
%23.53
%45.99

CMYK Percentages of Color #7258ac

%34
%49
%0
%33

Triadic Colors of #7258ac

#7258ac #ac7258 #58ac72

Analogous Colors of #7258ac

#7258ac #9c58ac #5868ac

Monochromatic Colors of #7258ac

#7258ac

Complementary Color

#7258ac #92ac58

#7258ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7258ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7258ac Color CSS Codes

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

#7258ac Text Font Color

<p style="color:#7258ac">Text here</p>

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


#7258ac Background Color

<div style="background-color:#7258ac">
Div content here</div>

This div background color is #7258ac


#7258ac Border Color

<div style="border:3px solid #7258ac">
Div here</div>

This div border color is #7258ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,88,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7258ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7258ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7258ac;
  box-shadow:         1px 1px 3px 2px #7258ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7258ac


Comments

No comments written yet.

Please login to write comment.