Color Hex Logo

#4720bd Color Hex

#4720BD
(71,32,189)
0 Favorites   0 Comments

Color spaces of #4720bd

RGB 7132189
HSL0.710.710.43
HSV255°83°74°
CMYK 0.620.830.00   0.26
XYZ12.30046.046748.6629
Yxy6.04670.18360.0902
Hunter Lab24.590046.2565-100.1200
CIE-Lab29.530056.6587-74.4124

#4720bd color RGB value is (71,32,189).

#4720bd hex color red value is 71, green value is 32 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4720bd hue: 0.71 , saturation: 0.71 and the lightness value of 4720bd is 0.43.

The process color (four color CMYK) of #4720bd color hex is 0.62, 0.83, 0.00, 0.26. Web safe color of #4720bd is #3333cc. Color #4720bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100000 10111101
Octal 107 40 275
Decimal 71 32 189
Hex 47 20 BD

RGB Percentages of Color #4720bd

%24.32
%10.96
%64.73

CMYK Percentages of Color #4720bd

%62
%83
%0
%26

Triadic Colors of #4720bd

#4720bd #bd4720 #20bd47

Analogous Colors of #4720bd

#4720bd #9620bd #2047bd

Monochromatic Colors of #4720bd

#4720bd

Complementary Color

#4720bd #96bd20

#4720bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4720bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4720bd Color CSS Codes

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

#4720bd Text Font Color

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

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


#4720bd Background Color

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

This div background color is #4720bd


#4720bd Border Color

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

This div border color is #4720bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4720bd


Comments

No comments written yet.

Please login to write comment.