Color Hex Logo

#384499 Color Hex

#384499
(56,68,153)
0 Favorites   0 Comments

Color spaces of #384499

RGB 5668153
HSL0.650.460.41
HSV233°63°60°
CMYK 0.630.560.00   0.40
XYZ9.44787.274931.0432
Yxy7.27490.19780.1523
Hunter Lab26.972015.3242-49.3589
CIE-Lab32.424722.8882-48.1423

#384499 color RGB value is (56,68,153).

#384499 hex color red value is 56, green value is 68 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #384499 hue: 0.65 , saturation: 0.46 and the lightness value of 384499 is 0.41.

The process color (four color CMYK) of #384499 color hex is 0.63, 0.56, 0.00, 0.40. Web safe color of #384499 is #333399. Color #384499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000100 10011001
Octal 70 104 231
Decimal 56 68 153
Hex 38 44 99

RGB Percentages of Color #384499

%20.22
%24.55
%55.23

CMYK Percentages of Color #384499

%63
%56
%0
%40

Triadic Colors of #384499

#384499 #993844 #449938

Analogous Colors of #384499

#384499 #5d3899 #387599

Monochromatic Colors of #384499

#384499

Complementary Color

#384499 #998d38

#384499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384499 Color CSS Codes

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

#384499 Text Font Color

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

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


#384499 Background Color

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

This div background color is #384499


#384499 Border Color

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

This div border color is #384499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384499


Comments

No comments written yet.

Please login to write comment.