Color Hex Logo

#383448 Color Hex

#383448
(56,52,72)
0 Favorites   0 Comments

Color spaces of #383448

RGB 565272
HSL0.700.160.24
HSV252°28°28°
CMYK 0.220.280.00   0.72
XYZ4.02863.76466.6452
Yxy3.76460.27900.2607
Hunter Lab19.40263.1078-6.7245
CIE-Lab22.87746.7561-11.7131

#383448 color RGB value is (56,52,72).

#383448 hex color red value is 56, green value is 52 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #383448 hue: 0.70 , saturation: 0.16 and the lightness value of 383448 is 0.24.

The process color (four color CMYK) of #383448 color hex is 0.22, 0.28, 0.00, 0.72. Web safe color of #383448 is #333333. Color #383448 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110100 01001000
Octal 70 64 110
Decimal 56 52 72
Hex 38 34 48

RGB Percentages of Color #383448

%31.11
%28.89
%40.00

CMYK Percentages of Color #383448

%22
%28
%0
%72

Triadic Colors of #383448

#383448 #483834 #344838

Analogous Colors of #383448

#383448 #423448 #343a48

Monochromatic Colors of #383448

#383448

Complementary Color

#383448 #444834

#383448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383448 Color CSS Codes

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

#383448 Text Font Color

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

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


#383448 Background Color

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

This div background color is #383448


#383448 Border Color

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

This div border color is #383448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383448


Comments

No comments written yet.

Please login to write comment.