Color Hex Logo

#384edf Color Hex

#384EDF
(56,78,223)
0 Favorites   0 Comments

Color spaces of #384edf

RGB 5678223
HSL0.640.720.55
HSV232°75°87°
CMYK 0.750.650.00   0.13
XYZ17.674611.617271.1228
Yxy11.61720.17600.1157
Hunter Lab34.084032.9159-99.8611
CIE-Lab40.601141.4207-75.9438

#384edf color RGB value is (56,78,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001110 11011111
Octal 70 116 337
Decimal 56 78 223
Hex 38 4E DF

RGB Percentages of Color #384edf

%15.69
%21.85
%62.46

CMYK Percentages of Color #384edf

%75
%65
%0
%13

Triadic Colors of #384edf

#384edf #df384e #4edf38

Analogous Colors of #384edf

#384edf #7638df #38a2df

Monochromatic Colors of #384edf

#384edf

Complementary Color

#384edf #dfc938

#384edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#384edf Color CSS Codes

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

#384edf Text Font Color

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

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


#384edf Background Color

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

This div background color is #384edf


#384edf Border Color

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

This div border color is #384edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384edf


Comments

No comments written yet.

Please login to write comment.