Color Hex Logo

#384cfe Color Hex

#384CFE
(56,76,254)
0 Favorites   0 Comments

Color spaces of #384cfe

RGB 5676254
HSL0.650.990.61
HSV234°78°100°
CMYK 0.780.700.00   0.00
XYZ22.104713.165495.1421
Yxy13.16540.16950.1010
Hunter Lab36.284245.2469-130.0677
CIE-Lab43.011453.1218-89.4619

#384cfe color RGB value is (56,76,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001100 11111110
Octal 70 114 376
Decimal 56 76 254
Hex 38 4C FE

RGB Percentages of Color #384cfe

%14.51
%19.69
%65.80

CMYK Percentages of Color #384cfe

%78
%70
%0
%0

Triadic Colors of #384cfe

#384cfe #fe384c #4cfe38

Analogous Colors of #384cfe

#384cfe #8738fe #38affe

Monochromatic Colors of #384cfe

#384cfe

Complementary Color

#384cfe #feea38

#384cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#384cfe Color CSS Codes

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

#384cfe Text Font Color

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

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


#384cfe Background Color

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

This div background color is #384cfe


#384cfe Border Color

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

This div border color is #384cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.