Color Hex Logo

#384cfb Color Hex

#384CFB
(56,76,251)
0 Favorites   0 Comments

Color spaces of #384cfb

RGB 5676251
HSL0.650.960.60
HSV234°78°98°
CMYK 0.780.700.00   0.02
XYZ21.627912.974792.6312
Yxy12.97470.17000.1020
Hunter Lab36.020444.1419-127.2577
CIE-Lab42.725152.1290-88.2585

#384cfb color RGB value is (56,76,251).

#384cfb hex color red value is 56, green value is 76 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #384cfb hue: 0.65 , saturation: 0.96 and the lightness value of 384cfb is 0.60.

The process color (four color CMYK) of #384cfb color hex is 0.78, 0.70, 0.00, 0.02. Web safe color of #384cfb is #3333ff. Color #384cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001100 11111011
Octal 70 114 373
Decimal 56 76 251
Hex 38 4C FB

RGB Percentages of Color #384cfb

%14.62
%19.84
%65.54

CMYK Percentages of Color #384cfb

%78
%70
%0
%2

Triadic Colors of #384cfb

#384cfb #fb384c #4cfb38

Analogous Colors of #384cfb

#384cfb #8638fb #38aefb

Monochromatic Colors of #384cfb

#384cfb

Complementary Color

#384cfb #fbe738

#384cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#384cfb Color CSS Codes

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

#384cfb Text Font Color

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

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


#384cfb Background Color

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

This div background color is #384cfb


#384cfb Border Color

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

This div border color is #384cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.