Color Hex Logo

#384dbd Color Hex

#384DBD
(56,77,189)
0 Favorites   0 Comments

Color spaces of #384dbd

RGB 5677189
HSL0.640.540.48
HSV231°70°74°
CMYK 0.700.590.00   0.26
XYZ13.47019.822649.3301
Yxy9.82260.18550.1353
Hunter Lab31.341021.8709-71.3825
CIE-Lab37.522129.9850-61.3285

#384dbd color RGB value is (56,77,189).

#384dbd hex color red value is 56, green value is 77 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #384dbd hue: 0.64 , saturation: 0.54 and the lightness value of 384dbd is 0.48.

The process color (four color CMYK) of #384dbd color hex is 0.70, 0.59, 0.00, 0.26. Web safe color of #384dbd is #3366cc. Color #384dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001101 10111101
Octal 70 115 275
Decimal 56 77 189
Hex 38 4D BD

RGB Percentages of Color #384dbd

%17.39
%23.91
%58.70

CMYK Percentages of Color #384dbd

%70
%59
%0
%26

Triadic Colors of #384dbd

#384dbd #bd384d #4dbd38

Analogous Colors of #384dbd

#384dbd #6638bd #3890bd

Monochromatic Colors of #384dbd

#384dbd

Complementary Color

#384dbd #bda838

#384dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#384dbd Color CSS Codes

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

#384dbd Text Font Color

<p style="color:#384dbd">Text here</p>

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


#384dbd Background Color

<div style="background-color:#384dbd">
Div content here</div>

This div background color is #384dbd


#384dbd Border Color

<div style="border:3px solid #384dbd">
Div here</div>

This div border color is #384dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,77,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #384dbd;
  box-shadow:         1px 1px 3px 2px #384dbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384dbd


Comments

No comments written yet.

Please login to write comment.