Color Hex Logo

#385bfb Color Hex

#385BFB
(56,91,251)
0 Favorites   0 Comments

Color spaces of #385bfb

RGB 5691251
HSL0.640.960.60
HSV229°78°98°
CMYK 0.780.640.00   0.02
XYZ22.784615.288093.0168
Yxy15.28800.17380.1166
Hunter Lab39.099935.5922-113.6783
CIE-Lab46.026243.2479-82.8296

#385bfb color RGB value is (56,91,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011011 11111011
Octal 70 133 373
Decimal 56 91 251
Hex 38 5B FB

RGB Percentages of Color #385bfb

%14.07
%22.86
%63.07

CMYK Percentages of Color #385bfb

%78
%64
%0
%2

Triadic Colors of #385bfb

#385bfb #fb385b #5bfb38

Analogous Colors of #385bfb

#385bfb #7738fb #38bdfb

Monochromatic Colors of #385bfb

#385bfb

Complementary Color

#385bfb #fbd838

#385bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#385bfb Color CSS Codes

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

#385bfb Text Font Color

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

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


#385bfb Background Color

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

This div background color is #385bfb


#385bfb Border Color

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

This div border color is #385bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.