Color Hex Logo

#385fda Color Hex

#385FDA
(56,95,218)
0 Favorites   0 Comments

Color spaces of #385fda

RGB 5695218
HSL0.630.690.54
HSV226°74°85°
CMYK 0.740.560.00   0.15
XYZ18.378014.087168.0801
Yxy14.08710.18280.1401
Hunter Lab37.532821.7205-81.2722
CIE-Lab44.357628.9659-66.9564

#385fda color RGB value is (56,95,218).

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

The process color (four color CMYK) of #385fda color hex is 0.74, 0.56, 0.00, 0.15. Web safe color of #385fda is #3366cc. Color #385fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011111 11011010
Octal 70 137 332
Decimal 56 95 218
Hex 38 5F DA

RGB Percentages of Color #385fda

%15.18
%25.75
%59.08

CMYK Percentages of Color #385fda

%74
%56
%0
%15

Triadic Colors of #385fda

#385fda #da385f #5fda38

Analogous Colors of #385fda

#385fda #6238da #38b0da

Monochromatic Colors of #385fda

#385fda

Complementary Color

#385fda #dab338

#385fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#385fda Color CSS Codes

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

#385fda Text Font Color

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

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


#385fda Background Color

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

This div background color is #385fda


#385fda Border Color

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

This div border color is #385fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385fda


Comments

No comments written yet.

Please login to write comment.