Color Hex Logo

#388891 Color Hex

#388891
(56,136,145)
0 Favorites   0 Comments

Color spaces of #388891

RGB 56136145
HSL0.520.440.39
HSV186°61°57°
CMYK 0.610.060.00   0.43
XYZ15.545920.493429.9243
Yxy20.49340.23570.3107
Hunter Lab45.2696-17.9238-7.5033
CIE-Lab52.3905-21.3465-12.1176

#388891 color RGB value is (56,136,145).

#388891 hex color red value is 56, green value is 136 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #388891 hue: 0.52 , saturation: 0.44 and the lightness value of 388891 is 0.39.

The process color (four color CMYK) of #388891 color hex is 0.61, 0.06, 0.00, 0.43. Web safe color of #388891 is #339999. Color #388891 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001000 10010001
Octal 70 210 221
Decimal 56 136 145
Hex 38 88 91

RGB Percentages of Color #388891

%16.62
%40.36
%43.03

CMYK Percentages of Color #388891

%61
%6
%0
%43

Triadic Colors of #388891

#388891 #913888 #889138

Analogous Colors of #388891

#388891 #385b91 #38916e

Monochromatic Colors of #388891

#388891

Complementary Color

#388891 #914138

#388891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388891 Color CSS Codes

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

#388891 Text Font Color

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

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


#388891 Background Color

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

This div background color is #388891


#388891 Border Color

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

This div border color is #388891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388891


Comments

No comments written yet.

Please login to write comment.