Color Hex Logo

#382cab Color Hex

#382CAB
(56,44,171)
0 Favorites   0 Comments

Color spaces of #382cab

RGB 5644171
HSL0.680.590.42
HSV246°74°67°
CMYK 0.670.740.00   0.33
XYZ9.88235.582439.0847
Yxy5.58240.18120.1023
Hunter Lab23.627133.3122-81.5404
CIE-Lab28.333544.0204-65.7017

#382cab color RGB value is (56,44,171).

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

The process color (four color CMYK) of #382cab color hex is 0.67, 0.74, 0.00, 0.33. Web safe color of #382cab is #333399. Color #382cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101100 10101011
Octal 70 54 253
Decimal 56 44 171
Hex 38 2C AB

RGB Percentages of Color #382cab

%20.66
%16.24
%63.10

CMYK Percentages of Color #382cab

%67
%74
%0
%33

Triadic Colors of #382cab

#382cab #ab382c #2cab38

Analogous Colors of #382cab

#382cab #782cab #2c5fab

Monochromatic Colors of #382cab

#382cab

Complementary Color

#382cab #9fab2c

#382cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#382cab Color CSS Codes

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

#382cab Text Font Color

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

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


#382cab Background Color

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

This div background color is #382cab


#382cab Border Color

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

This div border color is #382cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382cab


Comments

No comments written yet.

Please login to write comment.