Color Hex Logo

#384afe Color Hex

#384AFE
(56,74,254)
0 Favorites   0 Comments

Color spaces of #384afe

RGB 5674254
HSL0.650.990.61
HSV235°78°100°
CMYK 0.780.710.00   0.00
XYZ21.969112.894195.0968
Yxy12.89410.16900.0992
Hunter Lab35.908446.3685-131.8830
CIE-Lab42.603254.2511-90.1353

#384afe color RGB value is (56,74,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001010 11111110
Octal 70 112 376
Decimal 56 74 254
Hex 38 4A FE

RGB Percentages of Color #384afe

%14.58
%19.27
%66.15

CMYK Percentages of Color #384afe

%78
%71
%0
%0

Triadic Colors of #384afe

#384afe #fe384a #4afe38

Analogous Colors of #384afe

#384afe #8938fe #38adfe

Monochromatic Colors of #384afe

#384afe

Complementary Color

#384afe #feec38

#384afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#384afe Color CSS Codes

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

#384afe Text Font Color

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

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


#384afe Background Color

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

This div background color is #384afe


#384afe Border Color

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

This div border color is #384afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384afe

Related Colors


Comments

No comments written yet.

Please login to write comment.