Color Hex Logo

#7218cc Color Hex

#7218CC
(114,24,204)
0 Favorites   0 Comments

Color spaces of #7218cc

RGB 11424204
HSL0.750.790.45
HSV270°88°80°
CMYK 0.440.880.00   0.20
XYZ18.16518.590357.8274
Yxy8.59030.21480.1016
Hunter Lab29.309259.3386-96.4634
CIE-Lab35.183267.3898-73.7181

#7218cc color RGB value is (114,24,204).

#7218cc hex color red value is 114, green value is 24 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7218cc hue: 0.75 , saturation: 0.79 and the lightness value of 7218cc is 0.45.

The process color (four color CMYK) of #7218cc color hex is 0.44, 0.88, 0.00, 0.20. Web safe color of #7218cc is #6600cc. Color #7218cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011000 11001100
Octal 162 30 314
Decimal 114 24 204
Hex 72 18 CC

RGB Percentages of Color #7218cc

%33.33
%7.02
%59.65

CMYK Percentages of Color #7218cc

%44
%88
%0
%20

Triadic Colors of #7218cc

#7218cc #cc7218 #18cc72

Analogous Colors of #7218cc

#7218cc #cc18cc #1818cc

Monochromatic Colors of #7218cc

#7218cc

Complementary Color

#7218cc #72cc18

#7218cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7218cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7218cc Color CSS Codes

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

#7218cc Text Font Color

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

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


#7218cc Background Color

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

This div background color is #7218cc


#7218cc Border Color

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

This div border color is #7218cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7218cc


Comments

No comments written yet.

Please login to write comment.