Color Hex Logo

#383377 Color Hex

#383377
(56,51,119)
0 Favorites   0 Comments

Color spaces of #383377

RGB 5651119
HSL0.680.400.33
HSV244°57°47°
CMYK 0.530.570.00   0.53
XYZ6.14454.540318.0053
Yxy4.54030.21420.1583
Hunter Lab21.308014.1844-35.1846
CIE-Lab25.382822.2977-38.4271

#383377 color RGB value is (56,51,119).

#383377 hex color red value is 56, green value is 51 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #383377 hue: 0.68 , saturation: 0.40 and the lightness value of 383377 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110011 01110111
Octal 70 63 167
Decimal 56 51 119
Hex 38 33 77

RGB Percentages of Color #383377

%24.78
%22.57
%52.65

CMYK Percentages of Color #383377

%53
%57
%0
%53

Triadic Colors of #383377

#383377 #773833 #337738

Analogous Colors of #383377

#383377 #5a3377 #335077

Monochromatic Colors of #383377

#383377

Complementary Color

#383377 #727733

#383377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383377 Color CSS Codes

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

#383377 Text Font Color

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

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


#383377 Background Color

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

This div background color is #383377


#383377 Border Color

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

This div border color is #383377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383377


Comments

No comments written yet.

Please login to write comment.