Color Hex Logo

#7201bd Color Hex

#7201BD
(114,1,189)
0 Favorites   0 Comments

Color spaces of #7201bd

RGB 1141189
HSL0.770.990.37
HSV276°99°74°
CMYK 0.400.990.00   0.26
XYZ16.13567.273248.6975
Yxy7.27320.22380.1009
Hunter Lab26.968959.6018-88.1813
CIE-Lab32.420968.1440-69.4642

#7201bd color RGB value is (114,1,189).

#7201bd hex color red value is 114, green value is 1 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7201bd hue: 0.77 , saturation: 0.99 and the lightness value of 7201bd is 0.37.

The process color (four color CMYK) of #7201bd color hex is 0.40, 0.99, 0.00, 0.26. Web safe color of #7201bd is #6600cc. Color #7201bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000001 10111101
Octal 162 1 275
Decimal 114 1 189
Hex 72 1 BD

RGB Percentages of Color #7201bd

%37.50
%0.33
%62.17

CMYK Percentages of Color #7201bd

%40
%99
%0
%26

Triadic Colors of #7201bd

#7201bd #bd7201 #01bd72

Analogous Colors of #7201bd

#7201bd #bd01aa #1401bd

Monochromatic Colors of #7201bd

#7201bd

Complementary Color

#7201bd #4cbd01

#7201bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7201bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7201bd Color CSS Codes

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

#7201bd Text Font Color

<p style="color:#7201bd">Text here</p>

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


#7201bd Background Color

<div style="background-color:#7201bd">
Div content here</div>

This div background color is #7201bd


#7201bd Border Color

<div style="border:3px solid #7201bd">
Div here</div>

This div border color is #7201bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7201bd


Comments

No comments written yet.

Please login to write comment.