Color Hex Logo

#383187 Color Hex

#383187
(56,49,135)
0 Favorites   0 Comments

Color spaces of #383187

RGB 5649135
HSL0.680.470.36
HSV245°64°53°
CMYK 0.590.640.00   0.47
XYZ7.10244.786623.4712
Yxy4.78660.20090.1354
Hunter Lab21.878319.6598-48.2919
CIE-Lab26.117929.0575-47.3020

#383187 color RGB value is (56,49,135).

#383187 hex color red value is 56, green value is 49 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #383187 hue: 0.68 , saturation: 0.47 and the lightness value of 383187 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110001 10000111
Octal 70 61 207
Decimal 56 49 135
Hex 38 31 87

RGB Percentages of Color #383187

%23.33
%20.42
%56.25

CMYK Percentages of Color #383187

%59
%64
%0
%47

Triadic Colors of #383187

#383187 #873831 #318738

Analogous Colors of #383187

#383187 #633187 #315587

Monochromatic Colors of #383187

#383187

Complementary Color

#383187 #808731

#383187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383187 Color CSS Codes

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

#383187 Text Font Color

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

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


#383187 Background Color

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

This div background color is #383187


#383187 Border Color

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

This div border color is #383187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383187


Comments

No comments written yet.

Please login to write comment.