Color Hex Logo

#385afe Color Hex

#385AFE
(56,90,254)
0 Favorites   0 Comments

Color spaces of #385afe

RGB 5690254
HSL0.640.990.61
HSV230°78°100°
CMYK 0.780.650.00   0.00
XYZ23.176415.308895.4993
Yxy15.30880.17300.1143
Hunter Lab39.126537.2624-117.3256
CIE-Lab46.054344.8970-84.4546

#385afe color RGB value is (56,90,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011010 11111110
Octal 70 132 376
Decimal 56 90 254
Hex 38 5A FE

RGB Percentages of Color #385afe

%14.00
%22.50
%63.50

CMYK Percentages of Color #385afe

%78
%65
%0
%0

Triadic Colors of #385afe

#385afe #fe385a #5afe38

Analogous Colors of #385afe

#385afe #7938fe #38bdfe

Monochromatic Colors of #385afe

#385afe

Complementary Color

#385afe #fedc38

#385afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#385afe Color CSS Codes

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

#385afe Text Font Color

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

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


#385afe Background Color

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

This div background color is #385afe


#385afe Border Color

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

This div border color is #385afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385afe


Comments

No comments written yet.

Please login to write comment.