Color Hex Logo

#384fdf Color Hex

#384FDF
(56,79,223)
0 Favorites   0 Comments

Color spaces of #384fdf

RGB 5679223
HSL0.640.720.55
HSV232°75°87°
CMYK 0.750.650.00   0.13
XYZ17.746211.760471.1467
Yxy11.76040.17630.1168
Hunter Lab34.293432.3568-99.0003
CIE-Lab40.832840.8072-75.5639

#384fdf color RGB value is (56,79,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001111 11011111
Octal 70 117 337
Decimal 56 79 223
Hex 38 4F DF

RGB Percentages of Color #384fdf

%15.64
%22.07
%62.29

CMYK Percentages of Color #384fdf

%75
%65
%0
%13

Triadic Colors of #384fdf

#384fdf #df384f #4fdf38

Analogous Colors of #384fdf

#384fdf #7538df #38a3df

Monochromatic Colors of #384fdf

#384fdf

Complementary Color

#384fdf #dfc838

#384fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#384fdf Color CSS Codes

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

#384fdf Text Font Color

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

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


#384fdf Background Color

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

This div background color is #384fdf


#384fdf Border Color

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

This div border color is #384fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384fdf


Comments

No comments written yet.

Please login to write comment.