Color Hex Logo

#7213ff Color Hex

#7213FF
(114,19,255)
0 Favorites   0 Comments

Color spaces of #7213ff

RGB 11419255
HSL0.731.000.54
HSV264°93°100°
CMYK 0.550.930.00   0.00
XYZ25.222311.263295.4524
Yxy11.26320.19120.0854
Hunter Lab33.560775.4192-145.1385
CIE-Lab40.020379.8392-94.8267

#7213ff color RGB value is (114,19,255).

#7213ff hex color red value is 114, green value is 19 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7213ff hue: 0.73 , saturation: 1.00 and the lightness value of 7213ff is 0.54.

The process color (four color CMYK) of #7213ff color hex is 0.55, 0.93, 0.00, 0.00. Web safe color of #7213ff is #6600ff. Color #7213ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010011 11111111
Octal 162 23 377
Decimal 114 19 255
Hex 72 13 FF

RGB Percentages of Color #7213ff

%29.38
%4.90
%65.72

CMYK Percentages of Color #7213ff

%55
%93
%0
%0

Triadic Colors of #7213ff

#7213ff #ff7213 #13ff72

Analogous Colors of #7213ff

#7213ff #e813ff #132aff

Monochromatic Colors of #7213ff

#7213ff

Complementary Color

#7213ff #a0ff13

#7213ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7213ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7213ff Color CSS Codes

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

#7213ff Text Font Color

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

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


#7213ff Background Color

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

This div background color is #7213ff


#7213ff Border Color

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

This div border color is #7213ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7213ff

Related Colors


Comments

No comments written yet.

Please login to write comment.