Color Hex Logo

#385ebf Color Hex

#385EBF
(56,94,191)
0 Favorites   0 Comments

Color spaces of #385ebf

RGB 5694191
HSL0.620.550.48
HSV223°71°75°
CMYK 0.710.510.00   0.25
XYZ15.037612.607750.9312
Yxy12.60770.19140.1605
Hunter Lab35.507313.4582-60.1896
CIE-Lab42.166119.7110-54.9659

#385ebf color RGB value is (56,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011110 10111111
Octal 70 136 277
Decimal 56 94 191
Hex 38 5E BF

RGB Percentages of Color #385ebf

%16.42
%27.57
%56.01

CMYK Percentages of Color #385ebf

%71
%51
%0
%25

Triadic Colors of #385ebf

#385ebf #bf385e #5ebf38

Analogous Colors of #385ebf

#385ebf #5538bf #38a2bf

Monochromatic Colors of #385ebf

#385ebf

Complementary Color

#385ebf #bf9938

#385ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#385ebf Color CSS Codes

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

#385ebf Text Font Color

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

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


#385ebf Background Color

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

This div background color is #385ebf


#385ebf Border Color

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

This div border color is #385ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385ebf


Comments

No comments written yet.

Please login to write comment.