Color Hex Logo

#382aaf Color Hex

#382AAF
(56,42,175)
0 Favorites   0 Comments

Color spaces of #382aaf

RGB 5642175
HSL0.680.610.43
HSV246°76°69°
CMYK 0.680.760.00   0.31
XYZ10.19675.591841.0993
Yxy5.59180.17920.0983
Hunter Lab23.647035.5879-86.4952
CIE-Lab28.358346.3806-68.0601

#382aaf color RGB value is (56,42,175).

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

The process color (four color CMYK) of #382aaf color hex is 0.68, 0.76, 0.00, 0.31. Web safe color of #382aaf is #333399. Color #382aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101010 10101111
Octal 70 52 257
Decimal 56 42 175
Hex 38 2A AF

RGB Percentages of Color #382aaf

%20.51
%15.38
%64.10

CMYK Percentages of Color #382aaf

%68
%76
%0
%31

Triadic Colors of #382aaf

#382aaf #af382a #2aaf38

Analogous Colors of #382aaf

#382aaf #7b2aaf #2a5eaf

Monochromatic Colors of #382aaf

#382aaf

Complementary Color

#382aaf #a1af2a

#382aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#382aaf Color CSS Codes

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

#382aaf Text Font Color

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

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


#382aaf Background Color

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

This div background color is #382aaf


#382aaf Border Color

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

This div border color is #382aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382aaf


Comments

No comments written yet.

Please login to write comment.