Color Hex Logo

#721bfd Color Hex

#721BFD
(114,27,253)
0 Favorites   0 Comments

Color spaces of #721bfd

RGB 11427253
HSL0.730.980.55
HSV263°89°99°
CMYK 0.550.890.00   0.01
XYZ25.061011.453193.8183
Yxy11.45310.19230.0879
Hunter Lab33.842472.9586-140.6746
CIE-Lab40.333477.8033-93.1883

#721bfd color RGB value is (114,27,253).

#721bfd hex color red value is 114, green value is 27 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #721bfd hue: 0.73 , saturation: 0.98 and the lightness value of 721bfd is 0.55.

The process color (four color CMYK) of #721bfd color hex is 0.55, 0.89, 0.00, 0.01. Web safe color of #721bfd is #6633ff. Color #721bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011011 11111101
Octal 162 33 375
Decimal 114 27 253
Hex 72 1B FD

RGB Percentages of Color #721bfd

%28.93
%6.85
%64.21

CMYK Percentages of Color #721bfd

%55
%89
%0
%1

Triadic Colors of #721bfd

#721bfd #fd721b #1bfd72

Analogous Colors of #721bfd

#721bfd #e31bfd #1b35fd

Monochromatic Colors of #721bfd

#721bfd

Complementary Color

#721bfd #a6fd1b

#721bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#721bfd Color CSS Codes

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

#721bfd Text Font Color

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

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


#721bfd Background Color

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

This div background color is #721bfd


#721bfd Border Color

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

This div border color is #721bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.