Color Hex Logo

#3851ed Color Hex

#3851ED
(56,81,237)
0 Favorites   0 Comments

Color spaces of #3851ed

RGB 5681237
HSL0.640.830.57
HSV232°76°93°
CMYK 0.760.660.00   0.07
XYZ19.859412.840081.5524
Yxy12.84000.17380.1124
Hunter Lab35.832936.2209-109.8554
CIE-Lab42.521244.4502-80.7320

#3851ed color RGB value is (56,81,237).

#3851ed hex color red value is 56, green value is 81 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3851ed hue: 0.64 , saturation: 0.83 and the lightness value of 3851ed is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010001 11101101
Octal 70 121 355
Decimal 56 81 237
Hex 38 51 ED

RGB Percentages of Color #3851ed

%14.97
%21.66
%63.37

CMYK Percentages of Color #3851ed

%76
%66
%0
%7

Triadic Colors of #3851ed

#3851ed #ed3851 #51ed38

Analogous Colors of #3851ed

#3851ed #7a38ed #38aced

Monochromatic Colors of #3851ed

#3851ed

Complementary Color

#3851ed #edd438

#3851ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3851ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3851ed Color CSS Codes

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

#3851ed Text Font Color

<p style="color:#3851ed">Text here</p>

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


#3851ed Background Color

<div style="background-color:#3851ed">
Div content here</div>

This div background color is #3851ed


#3851ed Border Color

<div style="border:3px solid #3851ed">
Div here</div>

This div border color is #3851ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,81,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3851ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3851ed;
  -webkit-box-shadow: 1px 1px 3px 2px #3851ed;
  box-shadow:         1px 1px 3px 2px #3851ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3851ed


Comments

No comments written yet.

Please login to write comment.