Color Hex Logo

#3874ec Color Hex

#3874EC
(56,116,236)
0 Favorites   0 Comments

Color spaces of #3874ec

RGB 56116236
HSL0.610.830.57
HSV220°76°93°
CMYK 0.760.510.00   0.07
XYZ23.016619.387781.8860
Yxy19.38770.18520.1560
Hunter Lab44.031516.2524-79.4405
CIE-Lab51.137722.2659-66.1231

#3874ec color RGB value is (56,116,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110100 11101100
Octal 70 164 354
Decimal 56 116 236
Hex 38 74 EC

RGB Percentages of Color #3874ec

%13.73
%28.43
%57.84

CMYK Percentages of Color #3874ec

%76
%51
%0
%7

Triadic Colors of #3874ec

#3874ec #ec3874 #74ec38

Analogous Colors of #3874ec

#3874ec #5638ec #38ceec

Monochromatic Colors of #3874ec

#3874ec

Complementary Color

#3874ec #ecb038

#3874ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3874ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3874ec Color CSS Codes

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

#3874ec Text Font Color

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

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


#3874ec Background Color

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

This div background color is #3874ec


#3874ec Border Color

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

This div border color is #3874ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,116,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 #3874ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3874ec


Comments

No comments written yet.

Please login to write comment.