Color Hex Logo

#384feb Color Hex

#384FEB
(56,79,235)
0 Favorites   0 Comments

Color spaces of #384feb

RGB 5679235
HSL0.650.820.57
HSV232°76°92°
CMYK 0.760.660.00   0.08
XYZ19.422312.430979.9730
Yxy12.43090.17370.1112
Hunter Lab35.257536.6298-109.8047
CIE-Lab41.892944.9652-80.6350

#384feb color RGB value is (56,79,235).

#384feb hex color red value is 56, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #384feb hue: 0.65 , saturation: 0.82 and the lightness value of 384feb is 0.57.

The process color (four color CMYK) of #384feb color hex is 0.76, 0.66, 0.00, 0.08. Web safe color of #384feb is #3366ff. Color #384feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001111 11101011
Octal 70 117 353
Decimal 56 79 235
Hex 38 4F EB

RGB Percentages of Color #384feb

%15.14
%21.35
%63.51

CMYK Percentages of Color #384feb

%76
%66
%0
%8

Triadic Colors of #384feb

#384feb #eb384f #4feb38

Analogous Colors of #384feb

#384feb #7b38eb #38a9eb

Monochromatic Colors of #384feb

#384feb

Complementary Color

#384feb #ebd438

#384feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#384feb Color CSS Codes

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

#384feb Text Font Color

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

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


#384feb Background Color

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

This div background color is #384feb


#384feb Border Color

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

This div border color is #384feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384feb


Comments

No comments written yet.

Please login to write comment.