Color Hex Logo

#4718bd Color Hex

#4718BD
(71,24,189)
0 Favorites   0 Comments

Color spaces of #4718bd

RGB 7124189
HSL0.710.770.42
HSV257°87°74°
CMYK 0.620.870.00   0.26
XYZ12.11055.667048.5997
Yxy5.66700.18240.0854
Hunter Lab23.805549.1484-104.3788
CIE-Lab28.556359.5473-76.0250

#4718bd color RGB value is (71,24,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011000 10111101
Octal 107 30 275
Decimal 71 24 189
Hex 47 18 BD

RGB Percentages of Color #4718bd

%25.00
%8.45
%66.55

CMYK Percentages of Color #4718bd

%62
%87
%0
%26

Triadic Colors of #4718bd

#4718bd #bd4718 #18bd47

Analogous Colors of #4718bd

#4718bd #9a18bd #183cbd

Monochromatic Colors of #4718bd

#4718bd

Complementary Color

#4718bd #8ebd18

#4718bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4718bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4718bd Color CSS Codes

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

#4718bd Text Font Color

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

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


#4718bd Background Color

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

This div background color is #4718bd


#4718bd Border Color

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

This div border color is #4718bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4718bd


Comments

No comments written yet.

Please login to write comment.