Color Hex Logo

#3382bf Color Hex

#3382BF
(51,130,191)
0 Favorites   0 Comments

Color spaces of #3382bf

RGB 51130191
HSL0.570.580.47
HSV206°73°75°
CMYK 0.730.320.00   0.25
XYZ18.751820.430752.2454
Yxy20.43070.20510.2235
Hunter Lab45.2003-5.0481-36.8909
CIE-Lab52.3207-3.4109-38.7819

#3382bf color RGB value is (51,130,191).

#3382bf hex color red value is 51, green value is 130 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3382bf hue: 0.57 , saturation: 0.58 and the lightness value of 3382bf is 0.47.

The process color (four color CMYK) of #3382bf color hex is 0.73, 0.32, 0.00, 0.25. Web safe color of #3382bf is #3399cc. Color #3382bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000010 10111111
Octal 63 202 277
Decimal 51 130 191
Hex 33 82 BF

RGB Percentages of Color #3382bf

%13.71
%34.95
%51.34

CMYK Percentages of Color #3382bf

%73
%32
%0
%25

Triadic Colors of #3382bf

#3382bf #bf3382 #82bf33

Analogous Colors of #3382bf

#3382bf #333cbf #33bfb6

Monochromatic Colors of #3382bf

#3382bf

Complementary Color

#3382bf #bf7033

#3382bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3382bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3382bf Color CSS Codes

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

#3382bf Text Font Color

<p style="color:#3382bf">Text here</p>

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


#3382bf Background Color

<div style="background-color:#3382bf">
Div content here</div>

This div background color is #3382bf


#3382bf Border Color

<div style="border:3px solid #3382bf">
Div here</div>

This div border color is #3382bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,130,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3382bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3382bf;
  -webkit-box-shadow: 1px 1px 3px 2px #3382bf;
  box-shadow:         1px 1px 3px 2px #3382bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3382bf


Comments

No comments written yet.

Please login to write comment.