Color Hex Logo

#3885fe Color Hex

#3885FE
(56,133,254)
0 Favorites   0 Comments

Color spaces of #3885fe

RGB 56133254
HSL0.600.990.61
HSV217°78°100°
CMYK 0.780.480.00   0.00
XYZ27.907824.771697.0764
Yxy24.77160.18640.1654
Hunter Lab49.771112.9897-80.8029
CIE-Lab56.852218.3090-66.8856

#3885fe color RGB value is (56,133,254).

#3885fe hex color red value is 56, green value is 133 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #3885fe hue: 0.60 , saturation: 0.99 and the lightness value of 3885fe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000101 11111110
Octal 70 205 376
Decimal 56 133 254
Hex 38 85 FE

RGB Percentages of Color #3885fe

%12.64
%30.02
%57.34

CMYK Percentages of Color #3885fe

%78
%48
%0
%0

Triadic Colors of #3885fe

#3885fe #fe3885 #85fe38

Analogous Colors of #3885fe

#3885fe #4e38fe #38e8fe

Monochromatic Colors of #3885fe

#3885fe

Complementary Color

#3885fe #feb138

#3885fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3885fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3885fe Color CSS Codes

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

#3885fe Text Font Color

<p style="color:#3885fe">Text here</p>

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


#3885fe Background Color

<div style="background-color:#3885fe">
Div content here</div>

This div background color is #3885fe


#3885fe Border Color

<div style="border:3px solid #3885fe">
Div here</div>

This div border color is #3885fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,133,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3885fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3885fe;
  -webkit-box-shadow: 1px 1px 3px 2px #3885fe;
  box-shadow:         1px 1px 3px 2px #3885fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3885fe


Comments

No comments written yet.

Please login to write comment.