Color Hex Logo

#721dcf Color Hex

#721DCF
(114,29,207)
0 Favorites   0 Comments

Color spaces of #721dcf

RGB 11429207
HSL0.750.750.46
HSV269°86°81°
CMYK 0.450.860.00   0.19
XYZ18.64138.961159.7787
Yxy8.96110.21330.1026
Hunter Lab29.935158.7698-97.4442
CIE-Lab35.909366.7551-74.2679

#721dcf color RGB value is (114,29,207).

#721dcf hex color red value is 114, green value is 29 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #721dcf hue: 0.75 , saturation: 0.75 and the lightness value of 721dcf is 0.46.

The process color (four color CMYK) of #721dcf color hex is 0.45, 0.86, 0.00, 0.19. Web safe color of #721dcf is #6633cc. Color #721dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011101 11001111
Octal 162 35 317
Decimal 114 29 207
Hex 72 1D CF

RGB Percentages of Color #721dcf

%32.57
%8.29
%59.14

CMYK Percentages of Color #721dcf

%45
%86
%0
%19

Triadic Colors of #721dcf

#721dcf #cf721d #1dcf72

Analogous Colors of #721dcf

#721dcf #cb1dcf #1d21cf

Monochromatic Colors of #721dcf

#721dcf

Complementary Color

#721dcf #7acf1d

#721dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#721dcf Color CSS Codes

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

#721dcf Text Font Color

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

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


#721dcf Background Color

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

This div background color is #721dcf


#721dcf Border Color

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

This div border color is #721dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721dcf


Comments

No comments written yet.

Please login to write comment.