Color Hex Logo

#382990 Color Hex

#382990
(56,41,144)
0 Favorites   0 Comments

Color spaces of #382990

RGB 5641144
HSL0.690.560.36
HSV249°72°56°
CMYK 0.610.720.00   0.44
XYZ7.45794.440226.8495
Yxy4.44020.19250.1146
Hunter Lab21.071826.3006-60.7966
CIE-Lab25.076437.0036-54.5954

#382990 color RGB value is (56,41,144).

#382990 hex color red value is 56, green value is 41 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #382990 hue: 0.69 , saturation: 0.56 and the lightness value of 382990 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101001 10010000
Octal 70 51 220
Decimal 56 41 144
Hex 38 29 90

RGB Percentages of Color #382990

%23.24
%17.01
%59.75

CMYK Percentages of Color #382990

%61
%72
%0
%44

Triadic Colors of #382990

#382990 #903829 #299038

Analogous Colors of #382990

#382990 #6c2990 #294e90

Monochromatic Colors of #382990

#382990

Complementary Color

#382990 #819029

#382990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382990 Color CSS Codes

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

#382990 Text Font Color

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

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


#382990 Background Color

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

This div background color is #382990


#382990 Border Color

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

This div border color is #382990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382990


Comments

No comments written yet.

Please login to write comment.