Color Hex Logo

#7213ce Color Hex

#7213CE
(114,19,206)
0 Favorites   0 Comments

Color spaces of #7213ce

RGB 11419206
HSL0.750.830.44
HSV270°91°81°
CMYK 0.450.910.00   0.19
XYZ18.31298.499459.0679
Yxy8.49940.21320.0990
Hunter Lab29.153761.1057-99.7189
CIE-Lab35.002068.9498-75.1804

#7213ce color RGB value is (114,19,206).

#7213ce hex color red value is 114, green value is 19 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7213ce hue: 0.75 , saturation: 0.83 and the lightness value of 7213ce is 0.44.

The process color (four color CMYK) of #7213ce color hex is 0.45, 0.91, 0.00, 0.19. Web safe color of #7213ce is #6600cc. Color #7213ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010011 11001110
Octal 162 23 316
Decimal 114 19 206
Hex 72 13 CE

RGB Percentages of Color #7213ce

%33.63
%5.60
%60.77

CMYK Percentages of Color #7213ce

%45
%91
%0
%19

Triadic Colors of #7213ce

#7213ce #ce7213 #13ce72

Analogous Colors of #7213ce

#7213ce #ce13cd #1413ce

Monochromatic Colors of #7213ce

#7213ce

Complementary Color

#7213ce #6fce13

#7213ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7213ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7213ce Color CSS Codes

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

#7213ce Text Font Color

<p style="color:#7213ce">Text here</p>

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


#7213ce Background Color

<div style="background-color:#7213ce">
Div content here</div>

This div background color is #7213ce


#7213ce Border Color

<div style="border:3px solid #7213ce">
Div here</div>

This div border color is #7213ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,19,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7213ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7213ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7213ce;
  box-shadow:         1px 1px 3px 2px #7213ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7213ce


Comments

No comments written yet.

Please login to write comment.