Color Hex Logo

#385fdf Color Hex

#385FDF
(56,95,223)
0 Favorites   0 Comments

Color spaces of #385fdf

RGB 5695223
HSL0.630.720.55
HSV226°75°87°
CMYK 0.750.570.00   0.13
XYZ19.042414.352971.5788
Yxy14.35290.18140.1367
Hunter Lab37.885223.4210-85.5005
CIE-Lab44.734830.7828-69.1868

#385fdf color RGB value is (56,95,223).

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

The process color (four color CMYK) of #385fdf color hex is 0.75, 0.57, 0.00, 0.13. Web safe color of #385fdf is #3366cc. Color #385fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011111 11011111
Octal 70 137 337
Decimal 56 95 223
Hex 38 5F DF

RGB Percentages of Color #385fdf

%14.97
%25.40
%59.63

CMYK Percentages of Color #385fdf

%75
%57
%0
%13

Triadic Colors of #385fdf

#385fdf #df385f #5fdf38

Analogous Colors of #385fdf

#385fdf #6538df #38b3df

Monochromatic Colors of #385fdf

#385fdf

Complementary Color

#385fdf #dfb838

#385fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#385fdf Color CSS Codes

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

#385fdf Text Font Color

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

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


#385fdf Background Color

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

This div background color is #385fdf


#385fdf Border Color

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

This div border color is #385fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385fdf


Comments

No comments written yet.

Please login to write comment.