Color Hex Logo

#382457 Color Hex

#382457
(56,36,87)
0 Favorites   0 Comments

Color spaces of #382457

RGB 563687
HSL0.730.410.24
HSV264°59°34°
CMYK 0.360.590.00   0.66
XYZ3.98212.79069.3456
Yxy2.79060.24710.1731
Hunter Lab16.705113.3163-21.4760
CIE-Lab19.185021.9986-27.5587

#382457 color RGB value is (56,36,87).

#382457 hex color red value is 56, green value is 36 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #382457 hue: 0.73 , saturation: 0.41 and the lightness value of 382457 is 0.24.

The process color (four color CMYK) of #382457 color hex is 0.36, 0.59, 0.00, 0.66. Web safe color of #382457 is #333366. Color #382457 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100100 01010111
Octal 70 44 127
Decimal 56 36 87
Hex 38 24 57

RGB Percentages of Color #382457

%31.28
%20.11
%48.60

CMYK Percentages of Color #382457

%36
%59
%0
%66

Triadic Colors of #382457

#382457 #573824 #245738

Analogous Colors of #382457

#382457 #522457 #242a57

Monochromatic Colors of #382457

#382457

Complementary Color

#382457 #435724

#382457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382457 Color CSS Codes

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

#382457 Text Font Color

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

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


#382457 Background Color

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

This div background color is #382457


#382457 Border Color

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

This div border color is #382457


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,36,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #382457; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #382457;
  -webkit-box-shadow: 1px 1px 3px 2px #382457;
  box-shadow:         1px 1px 3px 2px #382457; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382457


Comments

No comments written yet.

Please login to write comment.