Color Hex Logo

#721fed Color Hex

#721FED
(114,31,237)
0 Favorites   0 Comments

Color spaces of #721fed

RGB 11431237
HSL0.730.850.53
HSV264°87°93°
CMYK 0.520.870.00   0.07
XYZ22.715510.671880.9834
Yxy10.67180.19860.0933
Hunter Lab32.667766.9515-124.1127
CIE-Lab39.022173.1235-86.3414

#721fed color RGB value is (114,31,237).

#721fed hex color red value is 114, green value is 31 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #721fed hue: 0.73 , saturation: 0.85 and the lightness value of 721fed is 0.53.

The process color (four color CMYK) of #721fed color hex is 0.52, 0.87, 0.00, 0.07. Web safe color of #721fed is #6633ff. Color #721fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011111 11101101
Octal 162 37 355
Decimal 114 31 237
Hex 72 1F ED

RGB Percentages of Color #721fed

%29.84
%8.12
%62.04

CMYK Percentages of Color #721fed

%52
%87
%0
%7

Triadic Colors of #721fed

#721fed #ed721f #1fed72

Analogous Colors of #721fed

#721fed #d91fed #1f33ed

Monochromatic Colors of #721fed

#721fed

Complementary Color

#721fed #9aed1f

#721fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#721fed Color CSS Codes

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

#721fed Text Font Color

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

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


#721fed Background Color

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

This div background color is #721fed


#721fed Border Color

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

This div border color is #721fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721fed


Comments

No comments written yet.

Please login to write comment.