Color Hex Logo

#385dda Color Hex

#385DDA
(56,93,218)
0 Favorites   0 Comments

Color spaces of #385dda

RGB 5693218
HSL0.630.690.54
HSV226°74°85°
CMYK 0.740.570.00   0.15
XYZ18.200113.731468.0208
Yxy13.73140.18210.1374
Hunter Lab37.055922.8229-82.8952
CIE-Lab43.845230.2383-67.7901

#385dda color RGB value is (56,93,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011101 11011010
Octal 70 135 332
Decimal 56 93 218
Hex 38 5D DA

RGB Percentages of Color #385dda

%15.26
%25.34
%59.40

CMYK Percentages of Color #385dda

%74
%57
%0
%15

Triadic Colors of #385dda

#385dda #da385d #5dda38

Analogous Colors of #385dda

#385dda #6438da #38aeda

Monochromatic Colors of #385dda

#385dda

Complementary Color

#385dda #dab538

#385dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#385dda Color CSS Codes

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

#385dda Text Font Color

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

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


#385dda Background Color

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

This div background color is #385dda


#385dda Border Color

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

This div border color is #385dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385dda


Comments

No comments written yet.

Please login to write comment.