Color Hex Logo

#7325ea Color Hex

#7325EA
(115,37,234)
0 Favorites   0 Comments

Color spaces of #7325ea

RGB 11537234
HSL0.730.820.53
HSV264°84°92°
CMYK 0.510.840.00   0.08
XYZ22.583110.908578.7572
Yxy10.90850.20120.0972
Hunter Lab33.028064.2514-118.2608
CIE-Lab39.425970.7789-83.9693

#7325ea color RGB value is (115,37,234).

#7325ea hex color red value is 115, green value is 37 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7325ea hue: 0.73 , saturation: 0.82 and the lightness value of 7325ea is 0.53.

The process color (four color CMYK) of #7325ea color hex is 0.51, 0.84, 0.00, 0.08. Web safe color of #7325ea is #6633ff. Color #7325ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100101 11101010
Octal 163 45 352
Decimal 115 37 234
Hex 73 25 EA

RGB Percentages of Color #7325ea

%29.79
%9.59
%60.62

CMYK Percentages of Color #7325ea

%51
%84
%0
%8

Triadic Colors of #7325ea

#7325ea #ea7325 #25ea73

Analogous Colors of #7325ea

#7325ea #d625ea #253aea

Monochromatic Colors of #7325ea

#7325ea

Complementary Color

#7325ea #9cea25

#7325ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7325ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7325ea Color CSS Codes

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

#7325ea Text Font Color

<p style="color:#7325ea">Text here</p>

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


#7325ea Background Color

<div style="background-color:#7325ea">
Div content here</div>

This div background color is #7325ea


#7325ea Border Color

<div style="border:3px solid #7325ea">
Div here</div>

This div border color is #7325ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,37,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7325ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7325ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7325ea;
  box-shadow:         1px 1px 3px 2px #7325ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,37,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7325ea


Comments

No comments written yet.

Please login to write comment.