color codes Logo

#4b33db color codes

#4B33DB
(75,51,219)
0 Favorites   0 Comments

Color spaces of #4b33db

RGB 7551219
HSL0.690.700.53
HSV249°77°86°
CMYK 0.660.770.00   0.14
XYZ16.87178.978067.8615
Yxy8.97800.18000.0958
Hunter Lab29.963348.0737-113.3068
CIE-Lab35.941957.1150-81.2830

#4b33db color RGB value is (75,51,219).

#4b33db hex color red value is 75, green value is 51 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4b33db hue: 0.69 , saturation: 0.70 and the lightness value of 4b33db is 0.53.

The process color (four color CMYK) of #4b33db color code is 0.66, 0.77, 0.00, 0.14. Web safe color of #4b33db is #3333cc. Color #4b33db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00110011 11011011
Octal 113 63 333
Decimal 75 51 219
Hex 4B 33 DB

RGB Percentages of Color #4b33db

%21.74
%14.78
%63.48

CMYK Percentages of Color #4b33db

%66
%77
%0
%14

Triadic Colors of #4b33db

#4b33db #db4b33 #33db4b

Analogous Colors of #4b33db

#4b33db #9f33db #336fdb

Monochromatic Colors of #4b33db

#4b33db

Complementary Color

#4b33db #c3db33

#4b33db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b33db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b33db Color CSS Codes

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

#4b33db Text Font Color

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

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


#4b33db Background Color

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

This div background color is #4b33db


#4b33db Border Color

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

This div border color is #4b33db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,51,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4b33db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b33db


Comments

No comments written yet.

Please login to write comment.