Color Hex Logo

#381e55 Color Hex

#381E55
(56,30,85)
0 Favorites   0 Comments

Color spaces of #381e55

RGB 563085
HSL0.750.480.23
HSV268°65°33°
CMYK 0.340.650.00   0.67
XYZ3.73492.42528.8656
Yxy2.42520.24860.1614
Hunter Lab15.573115.5570-22.8521
CIE-Lab17.576925.2595-28.7942

#381e55 color RGB value is (56,30,85).

#381e55 hex color red value is 56, green value is 30 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #381e55 hue: 0.75 , saturation: 0.48 and the lightness value of 381e55 is 0.23.

The process color (four color CMYK) of #381e55 color hex is 0.34, 0.65, 0.00, 0.67. Web safe color of #381e55 is #333366. Color #381e55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011110 01010101
Octal 70 36 125
Decimal 56 30 85
Hex 38 1E 55

RGB Percentages of Color #381e55

%32.75
%17.54
%49.71

CMYK Percentages of Color #381e55

%34
%65
%0
%67

Triadic Colors of #381e55

#381e55 #55381e #1e5538

Analogous Colors of #381e55

#381e55 #531e55 #1e2055

Monochromatic Colors of #381e55

#381e55

Complementary Color

#381e55 #3b551e

#381e55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381e55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381e55 Color CSS Codes

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

#381e55 Text Font Color

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

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


#381e55 Background Color

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

This div background color is #381e55


#381e55 Border Color

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

This div border color is #381e55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,30,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #381e55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #381e55;
  -webkit-box-shadow: 1px 1px 3px 2px #381e55;
  box-shadow:         1px 1px 3px 2px #381e55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381e55


Comments

No comments written yet.

Please login to write comment.