Color Hex Logo

#3882fc Color Hex

#3882FC
(56,130,252)
0 Favorites   0 Comments

Color spaces of #3882fc

RGB 56130252
HSL0.600.970.60
HSV217°78°99°
CMYK 0.780.480.00   0.01
XYZ27.184223.834395.2632
Yxy23.83430.18580.1629
Hunter Lab48.820413.9568-81.5183
CIE-Lab55.921519.4232-67.2842

#3882fc color RGB value is (56,130,252).

#3882fc hex color red value is 56, green value is 130 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3882fc hue: 0.60 , saturation: 0.97 and the lightness value of 3882fc is 0.60.

The process color (four color CMYK) of #3882fc color hex is 0.78, 0.48, 0.00, 0.01. Web safe color of #3882fc is #3399ff. Color #3882fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000010 11111100
Octal 70 202 374
Decimal 56 130 252
Hex 38 82 FC

RGB Percentages of Color #3882fc

%12.79
%29.68
%57.53

CMYK Percentages of Color #3882fc

%78
%48
%0
%1

Triadic Colors of #3882fc

#3882fc #fc3882 #82fc38

Analogous Colors of #3882fc

#3882fc #5038fc #38e4fc

Monochromatic Colors of #3882fc

#3882fc

Complementary Color

#3882fc #fcb238

#3882fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3882fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3882fc Color CSS Codes

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

#3882fc Text Font Color

<p style="color:#3882fc">Text here</p>

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


#3882fc Background Color

<div style="background-color:#3882fc">
Div content here</div>

This div background color is #3882fc


#3882fc Border Color

<div style="border:3px solid #3882fc">
Div here</div>

This div border color is #3882fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,130,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3882fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3882fc;
  -webkit-box-shadow: 1px 1px 3px 2px #3882fc;
  box-shadow:         1px 1px 3px 2px #3882fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3882fc


Comments

No comments written yet.

Please login to write comment.