Color Hex Logo

#383551 Color Hex

#383551
(56,53,81)
0 Favorites   0 Comments

Color spaces of #383551

RGB 565381
HSL0.680.210.26
HSV246°35°32°
CMYK 0.310.350.00   0.68
XYZ4.38923.98108.3217
Yxy3.98100.26300.2385
Hunter Lab19.95244.3502-10.7618
CIE-Lab23.60858.6584-16.5846

#383551 color RGB value is (56,53,81).

#383551 hex color red value is 56, green value is 53 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #383551 hue: 0.68 , saturation: 0.21 and the lightness value of 383551 is 0.26.

The process color (four color CMYK) of #383551 color hex is 0.31, 0.35, 0.00, 0.68. Web safe color of #383551 is #333366. Color #383551 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110101 01010001
Octal 70 65 121
Decimal 56 53 81
Hex 38 35 51

RGB Percentages of Color #383551

%29.47
%27.89
%42.63

CMYK Percentages of Color #383551

%31
%35
%0
%68

Triadic Colors of #383551

#383551 #513835 #355138

Analogous Colors of #383551

#383551 #463551 #354051

Monochromatic Colors of #383551

#383551

Complementary Color

#383551 #4e5135

#383551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383551 Color CSS Codes

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

#383551 Text Font Color

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

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


#383551 Background Color

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

This div background color is #383551


#383551 Border Color

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

This div border color is #383551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383551


Comments

No comments written yet.

Please login to write comment.