Color Hex Logo

#3288dd Color Hex

#3288DD
(50,136,221)
0 Favorites   0 Comments

Color spaces of #3288dd

RGB 50136221
HSL0.580.720.53
HSV210°77°87°
CMYK 0.770.380.00   0.13
XYZ23.170723.506971.7227
Yxy23.50690.19570.1985
Hunter Lab48.48390.4592-53.7695
CIE-Lab55.59073.7662-50.5863

#3288dd color RGB value is (50,136,221).

#3288dd hex color red value is 50, green value is 136 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3288dd hue: 0.58 , saturation: 0.72 and the lightness value of 3288dd is 0.53.

The process color (four color CMYK) of #3288dd color hex is 0.77, 0.38, 0.00, 0.13. Web safe color of #3288dd is #3399cc. Color #3288dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001000 11011101
Octal 62 210 335
Decimal 50 136 221
Hex 32 88 DD

RGB Percentages of Color #3288dd

%12.29
%33.42
%54.30

CMYK Percentages of Color #3288dd

%77
%38
%0
%13

Triadic Colors of #3288dd

#3288dd #dd3288 #88dd32

Analogous Colors of #3288dd

#3288dd #3233dd #32dddd

Monochromatic Colors of #3288dd

#3288dd

Complementary Color

#3288dd #dd8732

#3288dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3288dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3288dd Color CSS Codes

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

#3288dd Text Font Color

<p style="color:#3288dd">Text here</p>

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


#3288dd Background Color

<div style="background-color:#3288dd">
Div content here</div>

This div background color is #3288dd


#3288dd Border Color

<div style="border:3px solid #3288dd">
Div here</div>

This div border color is #3288dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,136,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3288dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3288dd;
  -webkit-box-shadow: 1px 1px 3px 2px #3288dd;
  box-shadow:         1px 1px 3px 2px #3288dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3288dd


Comments

No comments written yet.

Please login to write comment.