Color Hex Logo

#385bfa Color Hex

#385BFA
(56,91,250)
0 Favorites   0 Comments

Color spaces of #385bfa

RGB 5691250
HSL0.640.950.60
HSV229°78°98°
CMYK 0.780.640.00   0.02
XYZ22.627315.225192.1886
Yxy15.22510.17400.1171
Hunter Lab39.019435.2282-112.7672
CIE-Lab45.941042.8987-82.4116

#385bfa color RGB value is (56,91,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011011 11111010
Octal 70 133 372
Decimal 56 91 250
Hex 38 5B FA

RGB Percentages of Color #385bfa

%14.11
%22.92
%62.97

CMYK Percentages of Color #385bfa

%78
%64
%0
%2

Triadic Colors of #385bfa

#385bfa #fa385b #5bfa38

Analogous Colors of #385bfa

#385bfa #7638fa #38bcfa

Monochromatic Colors of #385bfa

#385bfa

Complementary Color

#385bfa #fad738

#385bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#385bfa Color CSS Codes

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

#385bfa Text Font Color

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

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


#385bfa Background Color

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

This div background color is #385bfa


#385bfa Border Color

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

This div border color is #385bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.