Color Hex Logo

#3782ea Color Hex

#3782EA
(55,130,234)
0 Favorites   0 Comments

Color spaces of #3782ea

RGB 55130234
HSL0.600.810.57
HSV215°76°92°
CMYK 0.760.440.00   0.08
XYZ24.409522.718080.9404
Yxy22.71800.19060.1774
Hunter Lab47.66348.0029-67.3199
CIE-Lab54.780712.7277-59.1394

#3782ea color RGB value is (55,130,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000010 11101010
Octal 67 202 352
Decimal 55 130 234
Hex 37 82 EA

RGB Percentages of Color #3782ea

%13.13
%31.03
%55.85

CMYK Percentages of Color #3782ea

%76
%44
%0
%8

Triadic Colors of #3782ea

#3782ea #ea3782 #82ea37

Analogous Colors of #3782ea

#3782ea #4637ea #37dcea

Monochromatic Colors of #3782ea

#3782ea

Complementary Color

#3782ea #ea9f37

#3782ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3782ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3782ea Color CSS Codes

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

#3782ea Text Font Color

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

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


#3782ea Background Color

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

This div background color is #3782ea


#3782ea Border Color

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

This div border color is #3782ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,130,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 #3782ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3782ea


Comments

No comments written yet.

Please login to write comment.