Color Hex Logo

#384aea Color Hex

#384AEA
(56,74,234)
0 Favorites   0 Comments

Color spaces of #384aea

RGB 5674234
HSL0.650.810.57
HSV234°76°92°
CMYK 0.760.680.00   0.08
XYZ18.930911.678879.0984
Yxy11.67880.17260.1065
Hunter Lab34.174339.0755-113.3083
CIE-Lab40.701047.5979-82.0298

#384aea color RGB value is (56,74,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001010 11101010
Octal 70 112 352
Decimal 56 74 234
Hex 38 4A EA

RGB Percentages of Color #384aea

%15.38
%20.33
%64.29

CMYK Percentages of Color #384aea

%76
%68
%0
%8

Triadic Colors of #384aea

#384aea #ea384a #4aea38

Analogous Colors of #384aea

#384aea #7f38ea #38a3ea

Monochromatic Colors of #384aea

#384aea

Complementary Color

#384aea #ead838

#384aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#384aea Color CSS Codes

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

#384aea Text Font Color

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

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


#384aea Background Color

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

This div background color is #384aea


#384aea Border Color

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

This div border color is #384aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384aea


Comments

No comments written yet.

Please login to write comment.