Color Hex Logo

#7324da Color Hex

#7324DA
(115,36,218)
0 Favorites   0 Comments

Color spaces of #7324da

RGB 11536218
HSL0.740.720.50
HSV266°83°85°
CMYK 0.470.830.00   0.15
XYZ20.35609.968567.1809
Yxy9.96850.20880.1022
Hunter Lab31.572959.8316-104.0562
CIE-Lab37.785867.3138-77.5307

#7324da color RGB value is (115,36,218).

#7324da hex color red value is 115, green value is 36 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7324da hue: 0.74 , saturation: 0.72 and the lightness value of 7324da is 0.50.

The process color (four color CMYK) of #7324da color hex is 0.47, 0.83, 0.00, 0.15. Web safe color of #7324da is #6633cc. Color #7324da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100100 11011010
Octal 163 44 332
Decimal 115 36 218
Hex 73 24 DA

RGB Percentages of Color #7324da

%31.17
%9.76
%59.08

CMYK Percentages of Color #7324da

%47
%83
%0
%15

Triadic Colors of #7324da

#7324da #da7324 #24da73

Analogous Colors of #7324da

#7324da #ce24da #2430da

Monochromatic Colors of #7324da

#7324da

Complementary Color

#7324da #8bda24

#7324da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7324da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7324da Color CSS Codes

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

#7324da Text Font Color

<p style="color:#7324da">Text here</p>

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


#7324da Background Color

<div style="background-color:#7324da">
Div content here</div>

This div background color is #7324da


#7324da Border Color

<div style="border:3px solid #7324da">
Div here</div>

This div border color is #7324da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,36,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7324da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7324da;
  -webkit-box-shadow: 1px 1px 3px 2px #7324da;
  box-shadow:         1px 1px 3px 2px #7324da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7324da


Comments

No comments written yet.

Please login to write comment.