Color Hex Logo

#385aff Color Hex

#385AFF
(56,90,255)
0 Favorites   0 Comments

Color spaces of #385aff

RGB 5690255
HSL0.641.000.61
HSV230°78°100°
CMYK 0.780.650.00   0.00
XYZ23.337115.373196.3450
Yxy15.37310.17280.1138
Hunter Lab39.208537.6290-118.2441
CIE-Lab46.141045.2433-84.8685

#385aff color RGB value is (56,90,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011010 11111111
Octal 70 132 377
Decimal 56 90 255
Hex 38 5A FF

RGB Percentages of Color #385aff

%13.97
%22.44
%63.59

CMYK Percentages of Color #385aff

%78
%65
%0
%0

Triadic Colors of #385aff

#385aff #ff385a #5aff38

Analogous Colors of #385aff

#385aff #7a38ff #38beff

Monochromatic Colors of #385aff

#385aff

Complementary Color

#385aff #ffdd38

#385aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#385aff Color CSS Codes

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

#385aff Text Font Color

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

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


#385aff Background Color

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

This div background color is #385aff


#385aff Border Color

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

This div border color is #385aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,90,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 #385aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385aff

Related Colors


Comments

No comments written yet.

Please login to write comment.