Color Hex Logo

#3383dd Color Hex

#3383DD
(51,131,221)
0 Favorites   0 Comments

Color spaces of #3383dd

RGB 51131221
HSL0.590.710.53
HSV212°77°87°
CMYK 0.770.410.00   0.13
XYZ22.532722.156971.4957
Yxy22.15690.19390.1907
Hunter Lab47.07113.0726-57.1050
CIE-Lab54.19316.8968-52.8122

#3383dd color RGB value is (51,131,221).

#3383dd hex color red value is 51, green value is 131 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3383dd hue: 0.59 , saturation: 0.71 and the lightness value of 3383dd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000011 11011101
Octal 63 203 335
Decimal 51 131 221
Hex 33 83 DD

RGB Percentages of Color #3383dd

%12.66
%32.51
%54.84

CMYK Percentages of Color #3383dd

%77
%41
%0
%13

Triadic Colors of #3383dd

#3383dd #dd3383 #83dd33

Analogous Colors of #3383dd

#3383dd #3833dd #33d8dd

Monochromatic Colors of #3383dd

#3383dd

Complementary Color

#3383dd #dd8d33

#3383dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3383dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3383dd Color CSS Codes

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

#3383dd Text Font Color

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

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


#3383dd Background Color

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

This div background color is #3383dd


#3383dd Border Color

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

This div border color is #3383dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,131,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 #3383dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3383dd


Comments

No comments written yet.

Please login to write comment.