Color Hex Logo

#4b33bb Color Hex

#4B33BB
(75,51,187)
0 Favorites   0 Comments

Color spaces of #4b33bb

RGB 7551187
HSL0.700.570.47
HSV251°73°73°
CMYK 0.600.730.00   0.27
XYZ13.05517.451447.7639
Yxy7.45140.19120.1091
Hunter Lab27.297337.5987-84.6358
CIE-Lab32.813247.5770-67.8042

#4b33bb color RGB value is (75,51,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 00110011 10111011
Octal 113 63 273
Decimal 75 51 187
Hex 4B 33 BB

RGB Percentages of Color #4b33bb

%23.96
%16.29
%59.74

CMYK Percentages of Color #4b33bb

%60
%73
%0
%27

Triadic Colors of #4b33bb

#4b33bb #bb4b33 #33bb4b

Analogous Colors of #4b33bb

#4b33bb #8f33bb #335fbb

Monochromatic Colors of #4b33bb

#4b33bb

Complementary Color

#4b33bb #a3bb33

#4b33bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b33bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b33bb Color CSS Codes

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

#4b33bb Text Font Color

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

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


#4b33bb Background Color

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

This div background color is #4b33bb


#4b33bb Border Color

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

This div border color is #4b33bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b33bb


Comments

No comments written yet.

Please login to write comment.