Color Hex Logo

#13847b Color Hex

#13847B
(19,132,123)
0 Favorites   0 Comments

Color spaces of #13847b

RGB 19132123
HSL0.490.750.30
HSV175°86°52°
CMYK 0.860.000.07   0.48
XYZ12.095018.071021.5895
Yxy18.07100.23370.3492
Hunter Lab42.5100-23.6054-0.3545
CIE-Lab49.5821-31.1886-3.5522

#13847b color RGB value is (19,132,123).

#13847b hex color red value is 19, green value is 132 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #13847b hue: 0.49 , saturation: 0.75 and the lightness value of 13847b is 0.30.

The process color (four color CMYK) of #13847b color hex is 0.86, 0.00, 0.07, 0.48. Web safe color of #13847b is #009966. Color #13847b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000100 01111011
Octal 23 204 173
Decimal 19 132 123
Hex 13 84 7B

RGB Percentages of Color #13847b

%6.93
%48.18
%44.89

CMYK Percentages of Color #13847b

%86
%0
%7
%48

Triadic Colors of #13847b

#13847b #7b1384 #847b13

Analogous Colors of #13847b

#13847b #135584 #138443

Monochromatic Colors of #13847b

#13847b

Complementary Color

#13847b #84131c

#13847b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13847b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13847b Color CSS Codes

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

#13847b Text Font Color

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

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


#13847b Background Color

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

This div background color is #13847b


#13847b Border Color

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

This div border color is #13847b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,132,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13847b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13847b;
  -webkit-box-shadow: 1px 1px 3px 2px #13847b;
  box-shadow:         1px 1px 3px 2px #13847b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,132,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13847b


Comments

No comments written yet.

Please login to write comment.