Color Hex Logo

#383673 Color Hex

#383673
(56,54,115)
0 Favorites   0 Comments

Color spaces of #383673

RGB 5654115
HSL0.670.360.33
HSV242°53°45°
CMYK 0.510.530.00   0.55
XYZ6.04464.716916.8115
Yxy4.71690.21920.1711
Hunter Lab21.718411.6723-30.6915
CIE-Lab25.912518.9209-35.0319

#383673 color RGB value is (56,54,115).

#383673 hex color red value is 56, green value is 54 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #383673 hue: 0.67 , saturation: 0.36 and the lightness value of 383673 is 0.33.

The process color (four color CMYK) of #383673 color hex is 0.51, 0.53, 0.00, 0.55. Web safe color of #383673 is #333366. Color #383673 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110110 01110011
Octal 70 66 163
Decimal 56 54 115
Hex 38 36 73

RGB Percentages of Color #383673

%24.89
%24.00
%51.11

CMYK Percentages of Color #383673

%51
%53
%0
%55

Triadic Colors of #383673

#383673 #733836 #367338

Analogous Colors of #383673

#383673 #573673 #365273

Monochromatic Colors of #383673

#383673

Complementary Color

#383673 #717336

#383673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383673 Color CSS Codes

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

#383673 Text Font Color

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

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


#383673 Background Color

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

This div background color is #383673


#383673 Border Color

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

This div border color is #383673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383673


Comments

No comments written yet.

Please login to write comment.