Color Hex Logo

#7024cc Color Hex

#7024CC
(112,36,204)
0 Favorites   0 Comments

Color spaces of #7024cc

RGB 11236204
HSL0.740.700.47
HSV267°82°80°
CMYK 0.450.820.00   0.20
XYZ18.21219.066157.9168
Yxy9.06610.21380.1064
Hunter Lab30.110055.2738-92.9679
CIE-Lab36.111363.6378-72.2014

#7024cc color RGB value is (112,36,204).

#7024cc hex color red value is 112, green value is 36 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7024cc hue: 0.74 , saturation: 0.70 and the lightness value of 7024cc is 0.47.

The process color (four color CMYK) of #7024cc color hex is 0.45, 0.82, 0.00, 0.20. Web safe color of #7024cc is #6633cc. Color #7024cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100100 11001100
Octal 160 44 314
Decimal 112 36 204
Hex 70 24 CC

RGB Percentages of Color #7024cc

%31.82
%10.23
%57.95

CMYK Percentages of Color #7024cc

%45
%82
%0
%20

Triadic Colors of #7024cc

#7024cc #cc7024 #24cc70

Analogous Colors of #7024cc

#7024cc #c424cc #242ccc

Monochromatic Colors of #7024cc

#7024cc

Complementary Color

#7024cc #80cc24

#7024cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7024cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7024cc Color CSS Codes

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

#7024cc Text Font Color

<p style="color:#7024cc">Text here</p>

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


#7024cc Background Color

<div style="background-color:#7024cc">
Div content here</div>

This div background color is #7024cc


#7024cc Border Color

<div style="border:3px solid #7024cc">
Div here</div>

This div border color is #7024cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,36,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7024cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7024cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7024cc;
  box-shadow:         1px 1px 3px 2px #7024cc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7024cc


Comments

No comments written yet.

Please login to write comment.