Color Hex Logo

#721bcc Color Hex

#721BCC
(114,27,204)
0 Favorites   0 Comments

Color spaces of #721bcc

RGB 11427204
HSL0.750.770.45
HSV269°87°80°
CMYK 0.440.870.00   0.20
XYZ18.23048.720957.8492
Yxy8.72090.21500.1028
Hunter Lab29.531258.5134-95.4725
CIE-Lab35.441366.6221-73.2935

#721bcc color RGB value is (114,27,204).

#721bcc hex color red value is 114, green value is 27 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #721bcc hue: 0.75 , saturation: 0.77 and the lightness value of 721bcc is 0.45.

The process color (four color CMYK) of #721bcc color hex is 0.44, 0.87, 0.00, 0.20. Web safe color of #721bcc is #6633cc. Color #721bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011011 11001100
Octal 162 33 314
Decimal 114 27 204
Hex 72 1B CC

RGB Percentages of Color #721bcc

%33.04
%7.83
%59.13

CMYK Percentages of Color #721bcc

%44
%87
%0
%20

Triadic Colors of #721bcc

#721bcc #cc721b #1bcc72

Analogous Colors of #721bcc

#721bcc #cb1bcc #1b1ccc

Monochromatic Colors of #721bcc

#721bcc

Complementary Color

#721bcc #75cc1b

#721bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#721bcc Color CSS Codes

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

#721bcc Text Font Color

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

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


#721bcc Background Color

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

This div background color is #721bcc


#721bcc Border Color

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

This div border color is #721bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721bcc


Comments

No comments written yet.

Please login to write comment.