Color Hex Logo

#333bad Color Hex

#333BAD
(51,59,173)
0 Favorites   0 Comments

Color spaces of #333bad

RGB 5159173
HSL0.660.540.44
HSV236°71°68°
CMYK 0.710.660.00   0.32
XYZ10.47206.848940.3052
Yxy6.84890.18170.1189
Hunter Lab26.170425.6280-72.9936
CIE-Lab31.460435.1287-61.7747

#333bad color RGB value is (51,59,173).

#333bad hex color red value is 51, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #333bad hue: 0.66 , saturation: 0.54 and the lightness value of 333bad is 0.44.

The process color (four color CMYK) of #333bad color hex is 0.71, 0.66, 0.00, 0.32. Web safe color of #333bad is #333399. Color #333bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111011 10101101
Octal 63 73 255
Decimal 51 59 173
Hex 33 3B AD

RGB Percentages of Color #333bad

%18.02
%20.85
%61.13

CMYK Percentages of Color #333bad

%71
%66
%0
%32

Triadic Colors of #333bad

#333bad #ad333b #3bad33

Analogous Colors of #333bad

#333bad #6833ad #3378ad

Monochromatic Colors of #333bad

#333bad

Complementary Color

#333bad #ada533

#333bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#333bad Color CSS Codes

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

#333bad Text Font Color

<p style="color:#333bad">Text here</p>

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


#333bad Background Color

<div style="background-color:#333bad">
Div content here</div>

This div background color is #333bad


#333bad Border Color

<div style="border:3px solid #333bad">
Div here</div>

This div border color is #333bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,59,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #333bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #333bad;
  -webkit-box-shadow: 1px 1px 3px 2px #333bad;
  box-shadow:         1px 1px 3px 2px #333bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333bad


Comments

No comments written yet.

Please login to write comment.