Color Hex Logo

#721eaf Color Hex

#721EAF
(114,30,175)
0 Favorites   0 Comments

Color spaces of #721eaf

RGB 11430175
HSL0.760.710.40
HSV275°83°69°
CMYK 0.350.830.00   0.31
XYZ15.14167.601141.2265
Yxy7.60110.23670.1188
Hunter Lab27.570149.7852-69.3593
CIE-Lab33.137959.2476-59.9684

#721eaf color RGB value is (114,30,175).

#721eaf hex color red value is 114, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #721eaf hue: 0.76 , saturation: 0.71 and the lightness value of 721eaf is 0.40.

The process color (four color CMYK) of #721eaf color hex is 0.35, 0.83, 0.00, 0.31. Web safe color of #721eaf is #663399. Color #721eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011110 10101111
Octal 162 36 257
Decimal 114 30 175
Hex 72 1E AF

RGB Percentages of Color #721eaf

%35.74
%9.40
%54.86

CMYK Percentages of Color #721eaf

%35
%83
%0
%31

Triadic Colors of #721eaf

#721eaf #af721e #1eaf72

Analogous Colors of #721eaf

#721eaf #af1ea4 #2a1eaf

Monochromatic Colors of #721eaf

#721eaf

Complementary Color

#721eaf #5baf1e

#721eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#721eaf Color CSS Codes

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

#721eaf Text Font Color

<p style="color:#721eaf">Text here</p>

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


#721eaf Background Color

<div style="background-color:#721eaf">
Div content here</div>

This div background color is #721eaf


#721eaf Border Color

<div style="border:3px solid #721eaf">
Div here</div>

This div border color is #721eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,30,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #721eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #721eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #721eaf;
  box-shadow:         1px 1px 3px 2px #721eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721eaf


Comments

No comments written yet.

Please login to write comment.