Color Hex Logo

#3883ec Color Hex

#3883EC
(56,131,236)
0 Favorites   0 Comments

Color spaces of #3883ec

RGB 56131236
HSL0.600.830.57
HSV215°76°93°
CMYK 0.760.440.00   0.07
XYZ24.887523.129582.5096
Yxy23.12950.19070.1772
Hunter Lab48.09318.2082-68.0540
CIE-Lab55.205512.9578-59.5703

#3883ec color RGB value is (56,131,236).

#3883ec hex color red value is 56, green value is 131 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3883ec hue: 0.60 , saturation: 0.83 and the lightness value of 3883ec is 0.57.

The process color (four color CMYK) of #3883ec color hex is 0.76, 0.44, 0.00, 0.07. Web safe color of #3883ec is #3399ff. Color #3883ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000011 11101100
Octal 70 203 354
Decimal 56 131 236
Hex 38 83 EC

RGB Percentages of Color #3883ec

%13.24
%30.97
%55.79

CMYK Percentages of Color #3883ec

%76
%44
%0
%7

Triadic Colors of #3883ec

#3883ec #ec3883 #83ec38

Analogous Colors of #3883ec

#3883ec #4738ec #38ddec

Monochromatic Colors of #3883ec

#3883ec

Complementary Color

#3883ec #eca138

#3883ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3883ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3883ec Color CSS Codes

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

#3883ec Text Font Color

<p style="color:#3883ec">Text here</p>

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


#3883ec Background Color

<div style="background-color:#3883ec">
Div content here</div>

This div background color is #3883ec


#3883ec Border Color

<div style="border:3px solid #3883ec">
Div here</div>

This div border color is #3883ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,131,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3883ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3883ec;
  -webkit-box-shadow: 1px 1px 3px 2px #3883ec;
  box-shadow:         1px 1px 3px 2px #3883ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3883ec


Comments

No comments written yet.

Please login to write comment.