Color Hex Logo

#385fef Color Hex

#385FEF
(56,95,239)
0 Favorites   0 Comments

Color spaces of #385fef

RGB 5695239
HSL0.630.850.58
HSV227°77°94°
CMYK 0.770.600.00   0.06
XYZ21.303115.257283.4835
Yxy15.25720.17750.1271
Hunter Lab39.060528.9959-99.3775
CIE-Lab45.984536.5442-76.1832

#385fef color RGB value is (56,95,239).

#385fef hex color red value is 56, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #385fef hue: 0.63 , saturation: 0.85 and the lightness value of 385fef is 0.58.

The process color (four color CMYK) of #385fef color hex is 0.77, 0.60, 0.00, 0.06. Web safe color of #385fef is #3366ff. Color #385fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011111 11101111
Octal 70 137 357
Decimal 56 95 239
Hex 38 5F EF

RGB Percentages of Color #385fef

%14.36
%24.36
%61.28

CMYK Percentages of Color #385fef

%77
%60
%0
%6

Triadic Colors of #385fef

#385fef #ef385f #5fef38

Analogous Colors of #385fef

#385fef #6d38ef #38bbef

Monochromatic Colors of #385fef

#385fef

Complementary Color

#385fef #efc838

#385fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#385fef Color CSS Codes

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

#385fef Text Font Color

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

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


#385fef Background Color

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

This div background color is #385fef


#385fef Border Color

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

This div border color is #385fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385fef


Comments

No comments written yet.

Please login to write comment.