Color Hex Logo

#135878 Color Hex

#135878
(19,88,120)
0 Favorites   0 Comments

Color spaces of #135878

RGB 1988120
HSL0.550.730.27
HSV199°84°47°
CMYK 0.840.270.00   0.53
XYZ7.14848.474019.0282
Yxy8.47400.20630.2446
Hunter Lab29.1101-7.1096-18.3785
CIE-Lab34.9512-8.5632-23.9705

#135878 color RGB value is (19,88,120).

#135878 hex color red value is 19, green value is 88 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #135878 hue: 0.55 , saturation: 0.73 and the lightness value of 135878 is 0.27.

The process color (four color CMYK) of #135878 color hex is 0.84, 0.27, 0.00, 0.53. Web safe color of #135878 is #006666. Color #135878 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011000 01111000
Octal 23 130 170
Decimal 19 88 120
Hex 13 58 78

RGB Percentages of Color #135878

%8.37
%38.77
%52.86

CMYK Percentages of Color #135878

%84
%27
%0
%53

Triadic Colors of #135878

#135878 #781358 #587813

Analogous Colors of #135878

#135878 #132678 #137866

Monochromatic Colors of #135878

#135878

Complementary Color

#135878 #783313

#135878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135878 Color CSS Codes

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

#135878 Text Font Color

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

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


#135878 Background Color

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

This div background color is #135878


#135878 Border Color

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

This div border color is #135878


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,88,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #135878; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #135878;
  -webkit-box-shadow: 1px 1px 3px 2px #135878;
  box-shadow:         1px 1px 3px 2px #135878; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135878


Comments

No comments written yet.

Please login to write comment.