Color Hex Logo

#3881ea Color Hex

#3881EA
(56,129,234)
0 Favorites   0 Comments

Color spaces of #3881ea

RGB 56129234
HSL0.600.810.57
HSV215°76°92°
CMYK 0.760.450.00   0.08
XYZ24.332422.481880.8989
Yxy22.48180.19050.1760
Hunter Lab47.41508.6264-67.9694
CIE-Lab54.534513.4537-59.5329

#3881ea color RGB value is (56,129,234).

#3881ea hex color red value is 56, green value is 129 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3881ea hue: 0.60 , saturation: 0.81 and the lightness value of 3881ea is 0.57.

The process color (four color CMYK) of #3881ea color hex is 0.76, 0.45, 0.00, 0.08. Web safe color of #3881ea is #3399ff. Color #3881ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000001 11101010
Octal 70 201 352
Decimal 56 129 234
Hex 38 81 EA

RGB Percentages of Color #3881ea

%13.37
%30.79
%55.85

CMYK Percentages of Color #3881ea

%76
%45
%0
%8

Triadic Colors of #3881ea

#3881ea #ea3881 #81ea38

Analogous Colors of #3881ea

#3881ea #4838ea #38daea

Monochromatic Colors of #3881ea

#3881ea

Complementary Color

#3881ea #eaa138

#3881ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3881ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3881ea Color CSS Codes

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

#3881ea Text Font Color

<p style="color:#3881ea">Text here</p>

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


#3881ea Background Color

<div style="background-color:#3881ea">
Div content here</div>

This div background color is #3881ea


#3881ea Border Color

<div style="border:3px solid #3881ea">
Div here</div>

This div border color is #3881ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,129,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3881ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3881ea;
  -webkit-box-shadow: 1px 1px 3px 2px #3881ea;
  box-shadow:         1px 1px 3px 2px #3881ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3881ea


Comments

No comments written yet.

Please login to write comment.