Color Hex Logo

#384efe Color Hex

#384EFE
(56,78,254)
0 Favorites   0 Comments

Color spaces of #384efe

RGB 5678254
HSL0.650.990.61
HSV233°78°100°
CMYK 0.780.690.00   0.00
XYZ22.244713.445395.1887
Yxy13.44530.17000.1027
Hunter Lab36.667844.1191-128.2477
CIE-Lab43.426751.9796-88.7771

#384efe color RGB value is (56,78,254).

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

The process color (four color CMYK) of #384efe color hex is 0.78, 0.69, 0.00, 0.00. Web safe color of #384efe is #3366ff. Color #384efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001110 11111110
Octal 70 116 376
Decimal 56 78 254
Hex 38 4E FE

RGB Percentages of Color #384efe

%14.43
%20.10
%65.46

CMYK Percentages of Color #384efe

%78
%69
%0
%0

Triadic Colors of #384efe

#384efe #fe384e #4efe38

Analogous Colors of #384efe

#384efe #8538fe #38b1fe

Monochromatic Colors of #384efe

#384efe

Complementary Color

#384efe #fee838

#384efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#384efe Color CSS Codes

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

#384efe Text Font Color

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

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


#384efe Background Color

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

This div background color is #384efe


#384efe Border Color

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

This div border color is #384efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384efe

Related Colors


Comments

No comments written yet.

Please login to write comment.