Color Hex Logo

#385ec2 Color Hex

#385EC2
(56,94,194)
0 Favorites   0 Comments

Color spaces of #385ec2

RGB 5694194
HSL0.620.550.49
HSV223°71°76°
CMYK 0.710.520.00   0.24
XYZ15.371212.741252.6881
Yxy12.74120.19020.1577
Hunter Lab35.694814.4012-62.5299
CIE-Lab42.370720.8144-56.3782

#385ec2 color RGB value is (56,94,194).

#385ec2 hex color red value is 56, green value is 94 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #385ec2 hue: 0.62 , saturation: 0.55 and the lightness value of 385ec2 is 0.49.

The process color (four color CMYK) of #385ec2 color hex is 0.71, 0.52, 0.00, 0.24. Web safe color of #385ec2 is #3366cc. Color #385ec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011110 11000010
Octal 70 136 302
Decimal 56 94 194
Hex 38 5E C2

RGB Percentages of Color #385ec2

%16.28
%27.33
%56.40

CMYK Percentages of Color #385ec2

%71
%52
%0
%24

Triadic Colors of #385ec2

#385ec2 #c2385e #5ec238

Analogous Colors of #385ec2

#385ec2 #5738c2 #38a3c2

Monochromatic Colors of #385ec2

#385ec2

Complementary Color

#385ec2 #c29c38

#385ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385ec2 Color CSS Codes

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

#385ec2 Text Font Color

<p style="color:#385ec2">Text here</p>

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


#385ec2 Background Color

<div style="background-color:#385ec2">
Div content here</div>

This div background color is #385ec2


#385ec2 Border Color

<div style="border:3px solid #385ec2">
Div here</div>

This div border color is #385ec2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,94,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #385ec2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #385ec2;
  -webkit-box-shadow: 1px 1px 3px 2px #385ec2;
  box-shadow:         1px 1px 3px 2px #385ec2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385ec2


Comments

No comments written yet.

Please login to write comment.