Color Hex Logo

#382499 Color Hex

#382499
(56,36,153)
0 Favorites   0 Comments

Color spaces of #382499

RGB 5636153
HSL0.700.620.37
HSV250°76°60°
CMYK 0.630.760.00   0.40
XYZ8.01154.402430.5645
Yxy4.40240.18640.1024
Hunter Lab20.981931.4382-71.6809
CIE-Lab24.959542.6781-60.3333

#382499 color RGB value is (56,36,153).

#382499 hex color red value is 56, green value is 36 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #382499 hue: 0.70 , saturation: 0.62 and the lightness value of 382499 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100100 10011001
Octal 70 44 231
Decimal 56 36 153
Hex 38 24 99

RGB Percentages of Color #382499

%22.86
%14.69
%62.45

CMYK Percentages of Color #382499

%63
%76
%0
%40

Triadic Colors of #382499

#382499 #993824 #249938

Analogous Colors of #382499

#382499 #732499 #244b99

Monochromatic Colors of #382499

#382499

Complementary Color

#382499 #859924

#382499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382499 Color CSS Codes

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

#382499 Text Font Color

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

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


#382499 Background Color

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

This div background color is #382499


#382499 Border Color

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

This div border color is #382499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382499


Comments

No comments written yet.

Please login to write comment.