Color Hex Logo

#3384f0 Color Hex

#3384F0
(51,132,240)
0 Favorites   0 Comments

Color spaces of #3384f0

RGB 51132240
HSL0.600.860.57
HSV214°79°94°
CMYK 0.790.450.00   0.06
XYZ25.344723.497685.6378
Yxy23.49760.18850.1747
Hunter Lab48.47438.4983-70.8134
CIE-Lab55.581213.2851-61.1983

#3384f0 color RGB value is (51,132,240).

#3384f0 hex color red value is 51, green value is 132 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #3384f0 hue: 0.60 , saturation: 0.86 and the lightness value of 3384f0 is 0.57.

The process color (four color CMYK) of #3384f0 color hex is 0.79, 0.45, 0.00, 0.06. Web safe color of #3384f0 is #3399ff. Color #3384f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000100 11110000
Octal 63 204 360
Decimal 51 132 240
Hex 33 84 F0

RGB Percentages of Color #3384f0

%12.06
%31.21
%56.74

CMYK Percentages of Color #3384f0

%79
%45
%0
%6

Triadic Colors of #3384f0

#3384f0 #f03384 #84f033

Analogous Colors of #3384f0

#3384f0 #4033f0 #33e3f0

Monochromatic Colors of #3384f0

#3384f0

Complementary Color

#3384f0 #f09f33

#3384f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3384f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3384f0 Color CSS Codes

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

#3384f0 Text Font Color

<p style="color:#3384f0">Text here</p>

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


#3384f0 Background Color

<div style="background-color:#3384f0">
Div content here</div>

This div background color is #3384f0


#3384f0 Border Color

<div style="border:3px solid #3384f0">
Div here</div>

This div border color is #3384f0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,132,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3384f0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3384f0;
  -webkit-box-shadow: 1px 1px 3px 2px #3384f0;
  box-shadow:         1px 1px 3px 2px #3384f0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3384f0


Comments

No comments written yet.

Please login to write comment.