Color Hex Logo

#382b5c Color Hex

#382B5C
(56,43,92)
1 Favorites   0 Comments

Color spaces of #382b5c

RGB 564392
HSL0.710.360.26
HSV256°53°36°
CMYK 0.390.530.00   0.64
XYZ4.42653.341210.5368
Yxy3.34120.24180.1825
Hunter Lab18.278911.2381-21.3821
CIE-Lab21.361618.8501-27.4053

#382b5c color RGB value is (56,43,92).

#382b5c hex color red value is 56, green value is 43 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #382b5c hue: 0.71 , saturation: 0.36 and the lightness value of 382b5c is 0.26.

The process color (four color CMYK) of #382b5c color hex is 0.39, 0.53, 0.00, 0.64. Web safe color of #382b5c is #333366. Color #382b5c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101011 01011100
Octal 70 53 134
Decimal 56 43 92
Hex 38 2B 5C

RGB Percentages of Color #382b5c

%29.32
%22.51
%48.17

CMYK Percentages of Color #382b5c

%39
%53
%0
%64

Triadic Colors of #382b5c

#382b5c #5c382b #2b5c38

Analogous Colors of #382b5c

#382b5c #512b5c #2b375c

Monochromatic Colors of #382b5c

#382b5c

Complementary Color

#382b5c #4f5c2b

#382b5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382b5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#382b5c Color CSS Codes

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

#382b5c Text Font Color

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

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


#382b5c Background Color

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

This div background color is #382b5c


#382b5c Border Color

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

This div border color is #382b5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382b5c

#382b5c Color Palettes


Comments

No comments written yet.

Please login to write comment.