Color Hex Logo

#382aba Color Hex

#382ABA
(56,42,186)
0 Favorites   0 Comments

Color spaces of #382aba

RGB 5642186
HSL0.680.630.45
HSV246°77°73°
CMYK 0.700.770.00   0.27
XYZ11.32186.041947.0238
Yxy6.04190.17580.0938
Hunter Lab24.580339.2025-96.2198
CIE-Lab29.517949.8175-72.6967

#382aba color RGB value is (56,42,186).

#382aba hex color red value is 56, green value is 42 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #382aba hue: 0.68 , saturation: 0.63 and the lightness value of 382aba is 0.45.

The process color (four color CMYK) of #382aba color hex is 0.70, 0.77, 0.00, 0.27. Web safe color of #382aba is #3333cc. Color #382aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101010 10111010
Octal 70 52 272
Decimal 56 42 186
Hex 38 2A BA

RGB Percentages of Color #382aba

%19.72
%14.79
%65.49

CMYK Percentages of Color #382aba

%70
%77
%0
%27

Triadic Colors of #382aba

#382aba #ba382a #2aba38

Analogous Colors of #382aba

#382aba #802aba #2a64ba

Monochromatic Colors of #382aba

#382aba

Complementary Color

#382aba #acba2a

#382aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#382aba Color CSS Codes

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

#382aba Text Font Color

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

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


#382aba Background Color

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

This div background color is #382aba


#382aba Border Color

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

This div border color is #382aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382aba


Comments

No comments written yet.

Please login to write comment.