Color Hex Logo

#382c9d Color Hex

#382C9D
(56,44,157)
0 Favorites   0 Comments

Color spaces of #382c9d

RGB 5644157
HSL0.680.560.39
HSV246°72°62°
CMYK 0.640.720.00   0.38
XYZ8.61745.076432.4240
Yxy5.07640.18690.1101
Hunter Lab22.530928.8420-69.5522
CIE-Lab26.951339.4854-59.5026

#382c9d color RGB value is (56,44,157).

#382c9d hex color red value is 56, green value is 44 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #382c9d hue: 0.68 , saturation: 0.56 and the lightness value of 382c9d is 0.39.

The process color (four color CMYK) of #382c9d color hex is 0.64, 0.72, 0.00, 0.38. Web safe color of #382c9d is #333399. Color #382c9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101100 10011101
Octal 70 54 235
Decimal 56 44 157
Hex 38 2C 9D

RGB Percentages of Color #382c9d

%21.79
%17.12
%61.09

CMYK Percentages of Color #382c9d

%64
%72
%0
%38

Triadic Colors of #382c9d

#382c9d #9d382c #2c9d38

Analogous Colors of #382c9d

#382c9d #712c9d #2c599d

Monochromatic Colors of #382c9d

#382c9d

Complementary Color

#382c9d #919d2c

#382c9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382c9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#382c9d Color CSS Codes

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

#382c9d Text Font Color

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

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


#382c9d Background Color

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

This div background color is #382c9d


#382c9d Border Color

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

This div border color is #382c9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,44,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #382c9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #382c9d;
  -webkit-box-shadow: 1px 1px 3px 2px #382c9d;
  box-shadow:         1px 1px 3px 2px #382c9d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382c9d


Comments

No comments written yet.

Please login to write comment.