Color Hex Logo

#384ebd Color Hex

#384EBD
(56,78,189)
0 Favorites   0 Comments

Color spaces of #384ebd

RGB 5678189
HSL0.640.540.48
HSV230°70°74°
CMYK 0.700.590.00   0.26
XYZ13.54069.963749.3536
Yxy9.96370.18580.1368
Hunter Lab31.565321.3319-70.6065
CIE-Lab37.777229.3396-60.9131

#384ebd color RGB value is (56,78,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001110 10111101
Octal 70 116 275
Decimal 56 78 189
Hex 38 4E BD

RGB Percentages of Color #384ebd

%17.34
%24.15
%58.51

CMYK Percentages of Color #384ebd

%70
%59
%0
%26

Triadic Colors of #384ebd

#384ebd #bd384e #4ebd38

Analogous Colors of #384ebd

#384ebd #6538bd #3891bd

Monochromatic Colors of #384ebd

#384ebd

Complementary Color

#384ebd #bda738

#384ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#384ebd Color CSS Codes

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

#384ebd Text Font Color

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

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


#384ebd Background Color

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

This div background color is #384ebd


#384ebd Border Color

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

This div border color is #384ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384ebd


Comments

No comments written yet.

Please login to write comment.