Color Hex Logo

#385bff Color Hex

#385BFF
(56,91,255)
0 Favorites   0 Comments

Color spaces of #385bff

RGB 5691255
HSL0.641.000.61
HSV229°78°100°
CMYK 0.780.640.00   0.00
XYZ23.422015.542996.3734
Yxy15.54290.17310.1148
Hunter Lab39.424537.0536-117.3376
CIE-Lab46.369044.6400-84.4943

#385bff color RGB value is (56,91,255).

#385bff hex color red value is 56, green value is 91 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #385bff hue: 0.64 , saturation: 1.00 and the lightness value of 385bff is 0.61.

The process color (four color CMYK) of #385bff color hex is 0.78, 0.64, 0.00, 0.00. Web safe color of #385bff is #3366ff. Color #385bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011011 11111111
Octal 70 133 377
Decimal 56 91 255
Hex 38 5B FF

RGB Percentages of Color #385bff

%13.93
%22.64
%63.43

CMYK Percentages of Color #385bff

%78
%64
%0
%0

Triadic Colors of #385bff

#385bff #ff385b #5bff38

Analogous Colors of #385bff

#385bff #7938ff #38bfff

Monochromatic Colors of #385bff

#385bff

Complementary Color

#385bff #ffdc38

#385bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#385bff Color CSS Codes

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

#385bff Text Font Color

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

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


#385bff Background Color

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

This div background color is #385bff


#385bff Border Color

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

This div border color is #385bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385bff

Related Colors


Comments

No comments written yet.

Please login to write comment.