Color Hex Logo

#721cbc Color Hex

#721CBC
(114,28,188)
0 Favorites   0 Comments

Color spaces of #721cbc

RGB 11428188
HSL0.760.740.42
HSV272°85°74°
CMYK 0.390.850.00   0.26
XYZ16.43188.038848.2625
Yxy8.03880.22590.1105
Hunter Lab28.352853.8320-81.0773
CIE-Lab34.063662.7475-66.1753

#721cbc color RGB value is (114,28,188).

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

The process color (four color CMYK) of #721cbc color hex is 0.39, 0.85, 0.00, 0.26. Web safe color of #721cbc is #6633cc. Color #721cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011100 10111100
Octal 162 34 274
Decimal 114 28 188
Hex 72 1C BC

RGB Percentages of Color #721cbc

%34.55
%8.48
%56.97

CMYK Percentages of Color #721cbc

%39
%85
%0
%26

Triadic Colors of #721cbc

#721cbc #bc721c #1cbc72

Analogous Colors of #721cbc

#721cbc #bc1cb6 #221cbc

Monochromatic Colors of #721cbc

#721cbc

Complementary Color

#721cbc #66bc1c

#721cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#721cbc Color CSS Codes

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

#721cbc Text Font Color

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

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


#721cbc Background Color

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

This div background color is #721cbc


#721cbc Border Color

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

This div border color is #721cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721cbc


Comments

No comments written yet.

Please login to write comment.