Color Hex Logo

#721dce Color Hex

#721DCE
(114,29,206)
0 Favorites   0 Comments

Color spaces of #721dce

RGB 11429206
HSL0.750.750.46
HSV269°86°81°
CMYK 0.450.860.00   0.19
XYZ18.51948.912459.1367
Yxy8.91240.21390.1030
Hunter Lab29.853658.4868-96.5493
CIE-Lab35.815166.5266-73.8419

#721dce color RGB value is (114,29,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011101 11001110
Octal 162 35 316
Decimal 114 29 206
Hex 72 1D CE

RGB Percentages of Color #721dce

%32.66
%8.31
%59.03

CMYK Percentages of Color #721dce

%45
%86
%0
%19

Triadic Colors of #721dce

#721dce #ce721d #1dce72

Analogous Colors of #721dce

#721dce #cb1dce #1d21ce

Monochromatic Colors of #721dce

#721dce

Complementary Color

#721dce #79ce1d

#721dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#721dce Color CSS Codes

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

#721dce Text Font Color

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

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


#721dce Background Color

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

This div background color is #721dce


#721dce Border Color

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

This div border color is #721dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721dce


Comments

No comments written yet.

Please login to write comment.