Color Hex Logo

#384edd Color Hex

#384EDD
(56,78,221)
0 Favorites   0 Comments

Color spaces of #384edd

RGB 5678221
HSL0.640.710.54
HSV232°75°87°
CMYK 0.750.650.00   0.13
XYZ17.406411.510069.7108
Yxy11.51000.17650.1167
Hunter Lab33.926432.2107-98.0786
CIE-Lab40.426540.7225-75.0889

#384edd color RGB value is (56,78,221).

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

The process color (four color CMYK) of #384edd color hex is 0.75, 0.65, 0.00, 0.13. Web safe color of #384edd is #3366cc. Color #384edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001110 11011101
Octal 70 116 335
Decimal 56 78 221
Hex 38 4E DD

RGB Percentages of Color #384edd

%15.77
%21.97
%62.25

CMYK Percentages of Color #384edd

%75
%65
%0
%13

Triadic Colors of #384edd

#384edd #dd384e #4edd38

Analogous Colors of #384edd

#384edd #7538dd #38a1dd

Monochromatic Colors of #384edd

#384edd

Complementary Color

#384edd #ddc738

#384edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#384edd Color CSS Codes

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

#384edd Text Font Color

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

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


#384edd Background Color

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

This div background color is #384edd


#384edd Border Color

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

This div border color is #384edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384edd


Comments

No comments written yet.

Please login to write comment.