Color Hex Logo

#4b43bd Color Hex

#4B43BD
(75,67,189)
0 Favorites   0 Comments

Color spaces of #4b43bd

RGB 7567189
HSL0.680.480.50
HSV244°65°74°
CMYK 0.600.650.00   0.26
XYZ14.09419.184349.1740
Yxy9.18430.19450.1268
Hunter Lab30.305629.9794-74.9903
CIE-Lab36.336739.0592-63.2101

#4b43bd color RGB value is (75,67,189).

#4b43bd hex color red value is 75, green value is 67 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4b43bd hue: 0.68 , saturation: 0.48 and the lightness value of 4b43bd is 0.50.

The process color (four color CMYK) of #4b43bd color hex is 0.60, 0.65, 0.00, 0.26. Web safe color of #4b43bd is #3333cc. Color #4b43bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000011 10111101
Octal 113 103 275
Decimal 75 67 189
Hex 4B 43 BD

RGB Percentages of Color #4b43bd

%22.66
%20.24
%57.10

CMYK Percentages of Color #4b43bd

%60
%65
%0
%26

Triadic Colors of #4b43bd

#4b43bd #bd4b43 #43bd4b

Analogous Colors of #4b43bd

#4b43bd #8843bd #4378bd

Monochromatic Colors of #4b43bd

#4b43bd

Complementary Color

#4b43bd #b5bd43

#4b43bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b43bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b43bd Color CSS Codes

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

#4b43bd Text Font Color

<p style="color:#4b43bd">Text here</p>

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


#4b43bd Background Color

<div style="background-color:#4b43bd">
Div content here</div>

This div background color is #4b43bd


#4b43bd Border Color

<div style="border:3px solid #4b43bd">
Div here</div>

This div border color is #4b43bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,67,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 #4b43bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b43bd


Comments

No comments written yet.

Please login to write comment.