Color Hex Logo

#383490 Color Hex

#383490
(56,52,144)
0 Favorites   0 Comments

Color spaces of #383490

RGB 5652144
HSL0.670.470.38
HSV243°64°56°
CMYK 0.610.640.00   0.44
XYZ7.89295.310426.9946
Yxy5.31040.19640.1321
Hunter Lab23.044320.8105-53.3226
CIE-Lab27.601430.2033-50.4674

#383490 color RGB value is (56,52,144).

#383490 hex color red value is 56, green value is 52 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #383490 hue: 0.67 , saturation: 0.47 and the lightness value of 383490 is 0.38.

The process color (four color CMYK) of #383490 color hex is 0.61, 0.64, 0.00, 0.44. Web safe color of #383490 is #333399. Color #383490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110100 10010000
Octal 70 64 220
Decimal 56 52 144
Hex 38 34 90

RGB Percentages of Color #383490

%22.22
%20.63
%57.14

CMYK Percentages of Color #383490

%61
%64
%0
%44

Triadic Colors of #383490

#383490 #903834 #349038

Analogous Colors of #383490

#383490 #663490 #345e90

Monochromatic Colors of #383490

#383490

Complementary Color

#383490 #8c9034

#383490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383490 Color CSS Codes

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

#383490 Text Font Color

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

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


#383490 Background Color

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

This div background color is #383490


#383490 Border Color

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

This div border color is #383490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383490


Comments

No comments written yet.

Please login to write comment.