Color Hex Logo

#384773 Color Hex

#384773
(56,71,115)
0 Favorites   0 Comments

Color spaces of #384773

RGB 5671115
HSL0.620.350.34
HSV225°51°45°
CMYK 0.510.380.00   0.55
XYZ6.97866.585017.1229
Yxy6.58500.22740.2146
Hunter Lab25.66133.6360-21.5994
CIE-Lab30.84287.4606-27.1897

#384773 color RGB value is (56,71,115).

#384773 hex color red value is 56, green value is 71 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #384773 hue: 0.62 , saturation: 0.35 and the lightness value of 384773 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000111 01110011
Octal 70 107 163
Decimal 56 71 115
Hex 38 47 73

RGB Percentages of Color #384773

%23.14
%29.34
%47.52

CMYK Percentages of Color #384773

%51
%38
%0
%55

Triadic Colors of #384773

#384773 #733847 #477338

Analogous Colors of #384773

#384773 #473873 #386573

Monochromatic Colors of #384773

#384773

Complementary Color

#384773 #736438

#384773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384773 Color CSS Codes

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

#384773 Text Font Color

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

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


#384773 Background Color

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

This div background color is #384773


#384773 Border Color

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

This div border color is #384773


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,71,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 #384773">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384773


Comments

No comments written yet.

Please login to write comment.