Color Hex Logo

#33889f Color Hex

#33889F
(51,136,159)
0 Favorites   0 Comments

Color spaces of #33889f

RGB 51136159
HSL0.540.510.41
HSV193°68°62°
CMYK 0.680.140.00   0.38
XYZ16.427420.815335.9528
Yxy20.81530.22440.2844
Hunter Lab45.6238-15.5705-14.7855
CIE-Lab52.7468-17.8084-19.7070

#33889f color RGB value is (51,136,159).

#33889f hex color red value is 51, green value is 136 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #33889f hue: 0.54 , saturation: 0.51 and the lightness value of 33889f is 0.41.

The process color (four color CMYK) of #33889f color hex is 0.68, 0.14, 0.00, 0.38. Web safe color of #33889f is #339999. Color #33889f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001000 10011111
Octal 63 210 237
Decimal 51 136 159
Hex 33 88 9F

RGB Percentages of Color #33889f

%14.74
%39.31
%45.95

CMYK Percentages of Color #33889f

%68
%14
%0
%38

Triadic Colors of #33889f

#33889f #9f3388 #889f33

Analogous Colors of #33889f

#33889f #33529f #339f80

Monochromatic Colors of #33889f

#33889f

Complementary Color

#33889f #9f4a33

#33889f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33889f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33889f Color CSS Codes

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

#33889f Text Font Color

<p style="color:#33889f">Text here</p>

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


#33889f Background Color

<div style="background-color:#33889f">
Div content here</div>

This div background color is #33889f


#33889f Border Color

<div style="border:3px solid #33889f">
Div here</div>

This div border color is #33889f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,136,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33889f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33889f;
  -webkit-box-shadow: 1px 1px 3px 2px #33889f;
  box-shadow:         1px 1px 3px 2px #33889f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33889f


Comments

No comments written yet.

Please login to write comment.