Color Hex Logo

#382b88 Color Hex

#382B88
(56,43,136)
0 Favorites   0 Comments

Color spaces of #382b88

RGB 5643136
HSL0.690.520.35
HSV248°68°53°
CMYK 0.590.680.00   0.47
XYZ6.93874.346123.7657
Yxy4.34610.19800.1240
Hunter Lab20.847322.9282-52.9969
CIE-Lab24.784133.1760-50.1011

#382b88 color RGB value is (56,43,136).

#382b88 hex color red value is 56, green value is 43 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #382b88 hue: 0.69 , saturation: 0.52 and the lightness value of 382b88 is 0.35.

The process color (four color CMYK) of #382b88 color hex is 0.59, 0.68, 0.00, 0.47. Web safe color of #382b88 is #333399. Color #382b88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101011 10001000
Octal 70 53 210
Decimal 56 43 136
Hex 38 2B 88

RGB Percentages of Color #382b88

%23.83
%18.30
%57.87

CMYK Percentages of Color #382b88

%59
%68
%0
%47

Triadic Colors of #382b88

#382b88 #88382b #2b8838

Analogous Colors of #382b88

#382b88 #672b88 #2b4c88

Monochromatic Colors of #382b88

#382b88

Complementary Color

#382b88 #7b882b

#382b88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382b88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382b88 Color CSS Codes

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

#382b88 Text Font Color

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

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


#382b88 Background Color

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

This div background color is #382b88


#382b88 Border Color

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

This div border color is #382b88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382b88


Comments

No comments written yet.

Please login to write comment.