Color Hex Logo

#382baf Color Hex

#382BAF
(56,43,175)
0 Favorites   0 Comments

Color spaces of #382baf

RGB 5643175
HSL0.680.610.43
HSV246°75°69°
CMYK 0.680.750.00   0.31
XYZ10.23265.663741.1113
Yxy5.66370.17950.0993
Hunter Lab23.798535.1018-85.7629
CIE-Lab28.547645.8431-67.7478

#382baf color RGB value is (56,43,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101011 10101111
Octal 70 53 257
Decimal 56 43 175
Hex 38 2B AF

RGB Percentages of Color #382baf

%20.44
%15.69
%63.87

CMYK Percentages of Color #382baf

%68
%75
%0
%31

Triadic Colors of #382baf

#382baf #af382b #2baf38

Analogous Colors of #382baf

#382baf #7a2baf #2b60af

Monochromatic Colors of #382baf

#382baf

Complementary Color

#382baf #a2af2b

#382baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#382baf Color CSS Codes

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

#382baf Text Font Color

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

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


#382baf Background Color

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

This div background color is #382baf


#382baf Border Color

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

This div border color is #382baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382baf


Comments

No comments written yet.

Please login to write comment.