Color Hex Logo

#3866df Color Hex

#3866DF
(56,102,223)
0 Favorites   0 Comments

Color spaces of #3866df

RGB 56102223
HSL0.620.720.55
HSV223°75°87°
CMYK 0.750.540.00   0.13
XYZ19.701515.671271.7985
Yxy15.67120.18380.1462
Hunter Lab39.586919.5585-79.8232
CIE-Lab46.540126.3387-66.2520

#3866df color RGB value is (56,102,223).

#3866df hex color red value is 56, green value is 102 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3866df hue: 0.62 , saturation: 0.72 and the lightness value of 3866df is 0.55.

The process color (four color CMYK) of #3866df color hex is 0.75, 0.54, 0.00, 0.13. Web safe color of #3866df is #3366cc. Color #3866df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100110 11011111
Octal 70 146 337
Decimal 56 102 223
Hex 38 66 DF

RGB Percentages of Color #3866df

%14.70
%26.77
%58.53

CMYK Percentages of Color #3866df

%75
%54
%0
%13

Triadic Colors of #3866df

#3866df #df3866 #66df38

Analogous Colors of #3866df

#3866df #5e38df #38badf

Monochromatic Colors of #3866df

#3866df

Complementary Color

#3866df #dfb138

#3866df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3866df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3866df Color CSS Codes

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

#3866df Text Font Color

<p style="color:#3866df">Text here</p>

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


#3866df Background Color

<div style="background-color:#3866df">
Div content here</div>

This div background color is #3866df


#3866df Border Color

<div style="border:3px solid #3866df">
Div here</div>

This div border color is #3866df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,102,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3866df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3866df;
  -webkit-box-shadow: 1px 1px 3px 2px #3866df;
  box-shadow:         1px 1px 3px 2px #3866df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3866df


Comments

No comments written yet.

Please login to write comment.