Color Hex Logo

#721cbd Color Hex

#721CBD
(114,28,189)
0 Favorites   0 Comments

Color spaces of #721cbd

RGB 11428189
HSL0.760.740.43
HSV272°85°74°
CMYK 0.400.850.00   0.26
XYZ16.54008.082048.8323
Yxy8.08200.22520.1100
Hunter Lab28.428954.1014-81.9423
CIE-Lab34.153162.9717-66.6188

#721cbd color RGB value is (114,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011100 10111101
Octal 162 34 275
Decimal 114 28 189
Hex 72 1C BD

RGB Percentages of Color #721cbd

%34.44
%8.46
%57.10

CMYK Percentages of Color #721cbd

%40
%85
%0
%26

Triadic Colors of #721cbd

#721cbd #bd721c #1cbd72

Analogous Colors of #721cbd

#721cbd #bd1cb8 #221cbd

Monochromatic Colors of #721cbd

#721cbd

Complementary Color

#721cbd #67bd1c

#721cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#721cbd Color CSS Codes

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

#721cbd Text Font Color

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

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


#721cbd Background Color

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

This div background color is #721cbd


#721cbd Border Color

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

This div border color is #721cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721cbd


Comments

No comments written yet.

Please login to write comment.