Color Hex Logo

#384993 Color Hex

#384993
(56,73,147)
0 Favorites   0 Comments

Color spaces of #384993

RGB 5673147
HSL0.640.450.40
HSV229°62°58°
CMYK 0.620.500.00   0.42
XYZ9.27997.712428.6033
Yxy7.71240.20350.1691
Hunter Lab27.771211.0471-41.6266
CIE-Lab33.376617.4050-42.9580

#384993 color RGB value is (56,73,147).

#384993 hex color red value is 56, green value is 73 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #384993 hue: 0.64 , saturation: 0.45 and the lightness value of 384993 is 0.40.

The process color (four color CMYK) of #384993 color hex is 0.62, 0.50, 0.00, 0.42. Web safe color of #384993 is #333399. Color #384993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001001 10010011
Octal 70 111 223
Decimal 56 73 147
Hex 38 49 93

RGB Percentages of Color #384993

%20.29
%26.45
%53.26

CMYK Percentages of Color #384993

%62
%50
%0
%42

Triadic Colors of #384993

#384993 #933849 #499338

Analogous Colors of #384993

#384993 #543893 #387793

Monochromatic Colors of #384993

#384993

Complementary Color

#384993 #938238

#384993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384993 Color CSS Codes

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

#384993 Text Font Color

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

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


#384993 Background Color

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

This div background color is #384993


#384993 Border Color

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

This div border color is #384993


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,73,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384993; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384993;
  -webkit-box-shadow: 1px 1px 3px 2px #384993;
  box-shadow:         1px 1px 3px 2px #384993; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384993


Comments

No comments written yet.

Please login to write comment.