Color Hex Logo

#4732bd Color Hex

#4732BD
(71,50,189)
0 Favorites   0 Comments

Color spaces of #4732bd

RGB 7150189
HSL0.690.580.47
HSV249°74°74°
CMYK 0.620.740.00   0.26
XYZ12.92447.294948.8710
Yxy7.29490.18710.1056
Hunter Lab27.009138.1501-88.3747
CIE-Lab32.469048.1967-69.5627

#4732bd color RGB value is (71,50,189).

#4732bd hex color red value is 71, green value is 50 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4732bd hue: 0.69 , saturation: 0.58 and the lightness value of 4732bd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110010 10111101
Octal 107 62 275
Decimal 71 50 189
Hex 47 32 BD

RGB Percentages of Color #4732bd

%22.90
%16.13
%60.97

CMYK Percentages of Color #4732bd

%62
%74
%0
%26

Triadic Colors of #4732bd

#4732bd #bd4732 #32bd47

Analogous Colors of #4732bd

#4732bd #8d32bd #3263bd

Monochromatic Colors of #4732bd

#4732bd

Complementary Color

#4732bd #a8bd32

#4732bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4732bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4732bd Color CSS Codes

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

#4732bd Text Font Color

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

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


#4732bd Background Color

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

This div background color is #4732bd


#4732bd Border Color

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

This div border color is #4732bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4732bd


Comments

No comments written yet.

Please login to write comment.