Color Hex Logo

#388693 Color Hex

#388693
(56,134,147)
0 Favorites   0 Comments

Color spaces of #388693

RGB 56134147
HSL0.520.450.40
HSV189°62°58°
CMYK 0.620.090.00   0.42
XYZ15.422419.997530.6508
Yxy19.99750.23340.3027
Hunter Lab44.7186-16.6970-9.3353
CIE-Lab51.8344-19.6753-14.1204

#388693 color RGB value is (56,134,147).

#388693 hex color red value is 56, green value is 134 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #388693 hue: 0.52 , saturation: 0.45 and the lightness value of 388693 is 0.40.

The process color (four color CMYK) of #388693 color hex is 0.62, 0.09, 0.00, 0.42. Web safe color of #388693 is #339999. Color #388693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000110 10010011
Octal 70 206 223
Decimal 56 134 147
Hex 38 86 93

RGB Percentages of Color #388693

%16.62
%39.76
%43.62

CMYK Percentages of Color #388693

%62
%9
%0
%42

Triadic Colors of #388693

#388693 #933886 #869338

Analogous Colors of #388693

#388693 #385893 #389373

Monochromatic Colors of #388693

#388693

Complementary Color

#388693 #934538

#388693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388693 Color CSS Codes

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

#388693 Text Font Color

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

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


#388693 Background Color

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

This div background color is #388693


#388693 Border Color

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

This div border color is #388693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388693


Comments

No comments written yet.

Please login to write comment.