Color Hex Logo

#4519bd Color Hex

#4519BD
(69,25,189)
0 Favorites   0 Comments

Color spaces of #4519bd

RGB 6925189
HSL0.710.770.42
HSV256°87°74°
CMYK 0.630.870.00   0.26
XYZ11.98725.634648.5999
Yxy5.63460.18100.0851
Hunter Lab23.737348.6011-104.7745
CIE-Lab28.471259.0573-76.1718

#4519bd color RGB value is (69,25,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00011001 10111101
Octal 105 31 275
Decimal 69 25 189
Hex 45 19 BD

RGB Percentages of Color #4519bd

%24.38
%8.83
%66.78

CMYK Percentages of Color #4519bd

%63
%87
%0
%26

Triadic Colors of #4519bd

#4519bd #bd4519 #19bd45

Analogous Colors of #4519bd

#4519bd #9719bd #193fbd

Monochromatic Colors of #4519bd

#4519bd

Complementary Color

#4519bd #91bd19

#4519bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4519bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4519bd Color CSS Codes

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

#4519bd Text Font Color

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

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


#4519bd Background Color

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

This div background color is #4519bd


#4519bd Border Color

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

This div border color is #4519bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4519bd


Comments

No comments written yet.

Please login to write comment.