Color Hex Logo

#384fdd Color Hex

#384FDD
(56,79,221)
0 Favorites   0 Comments

Color spaces of #384fdd

RGB 5679221
HSL0.640.710.54
HSV232°75°87°
CMYK 0.750.640.00   0.13
XYZ17.478011.653269.7347
Yxy11.65320.17680.1179
Hunter Lab34.136831.6525-97.2220
CIE-Lab40.659540.1068-74.7068

#384fdd color RGB value is (56,79,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001111 11011101
Octal 70 117 335
Decimal 56 79 221
Hex 38 4F DD

RGB Percentages of Color #384fdd

%15.73
%22.19
%62.08

CMYK Percentages of Color #384fdd

%75
%64
%0
%13

Triadic Colors of #384fdd

#384fdd #dd384f #4fdd38

Analogous Colors of #384fdd

#384fdd #7438dd #38a2dd

Monochromatic Colors of #384fdd

#384fdd

Complementary Color

#384fdd #ddc638

#384fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#384fdd Color CSS Codes

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

#384fdd Text Font Color

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

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


#384fdd Background Color

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

This div background color is #384fdd


#384fdd Border Color

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

This div border color is #384fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384fdd


Comments

No comments written yet.

Please login to write comment.