Color Hex Logo

#721ccf Color Hex

#721CCF
(114,28,207)
0 Favorites   0 Comments

Color spaces of #721ccf

RGB 11428207
HSL0.750.760.46
HSV269°86°81°
CMYK 0.450.860.00   0.19
XYZ18.61728.912959.7706
Yxy8.91290.21330.1021
Hunter Lab29.854559.0669-97.8043
CIE-Lab35.816167.0318-74.4212

#721ccf color RGB value is (114,28,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011100 11001111
Octal 162 34 317
Decimal 114 28 207
Hex 72 1C CF

RGB Percentages of Color #721ccf

%32.66
%8.02
%59.31

CMYK Percentages of Color #721ccf

%45
%86
%0
%19

Triadic Colors of #721ccf

#721ccf #cf721c #1ccf72

Analogous Colors of #721ccf

#721ccf #cc1ccf #1c20cf

Monochromatic Colors of #721ccf

#721ccf

Complementary Color

#721ccf #79cf1c

#721ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#721ccf Color CSS Codes

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

#721ccf Text Font Color

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

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


#721ccf Background Color

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

This div background color is #721ccf


#721ccf Border Color

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

This div border color is #721ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,28,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 #721ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721ccf


Comments

No comments written yet.

Please login to write comment.