Color Hex Logo

#385dcf Color Hex

#385DCF
(56,93,207)
0 Favorites   0 Comments

Color spaces of #385dcf

RGB 5693207
HSL0.630.610.52
HSV225°73°81°
CMYK 0.730.550.00   0.19
XYZ16.807713.174460.6885
Yxy13.17440.18540.1453
Hunter Lab36.296619.1383-73.7264
CIE-Lab43.024926.2292-62.8263

#385dcf color RGB value is (56,93,207).

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

The process color (four color CMYK) of #385dcf color hex is 0.73, 0.55, 0.00, 0.19. Web safe color of #385dcf is #3366cc. Color #385dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011101 11001111
Octal 70 135 317
Decimal 56 93 207
Hex 38 5D CF

RGB Percentages of Color #385dcf

%15.73
%26.12
%58.15

CMYK Percentages of Color #385dcf

%73
%55
%0
%19

Triadic Colors of #385dcf

#385dcf #cf385d #5dcf38

Analogous Colors of #385dcf

#385dcf #5e38cf #38a9cf

Monochromatic Colors of #385dcf

#385dcf

Complementary Color

#385dcf #cfaa38

#385dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#385dcf Color CSS Codes

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

#385dcf Text Font Color

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

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


#385dcf Background Color

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

This div background color is #385dcf


#385dcf Border Color

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

This div border color is #385dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385dcf


Comments

No comments written yet.

Please login to write comment.