Color Hex Logo

#130152 Color Hex

#130152
(19,1,82)
0 Favorites   0 Comments

Color spaces of #130152

RGB 19182
HSL0.700.980.16
HSV253°99°32°
CMYK 0.770.990.00   0.68
XYZ1.80240.76948.0361
Yxy0.76940.16990.0725
Hunter Lab8.771521.3284-48.1788
CIE-Lab6.949934.4119-44.3240

#130152 color RGB value is (19,1,82).

#130152 hex color red value is 19, green value is 1 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #130152 hue: 0.70 , saturation: 0.98 and the lightness value of 130152 is 0.16.

The process color (four color CMYK) of #130152 color hex is 0.77, 0.99, 0.00, 0.68. Web safe color of #130152 is #000066. Color #130152 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000001 01010010
Octal 23 1 122
Decimal 19 1 82
Hex 13 1 52

RGB Percentages of Color #130152

%18.63
%0.98
%80.39

CMYK Percentages of Color #130152

%77
%99
%0
%68

Triadic Colors of #130152

#130152 #521301 #015213

Analogous Colors of #130152

#130152 #3c0152 #011852

Monochromatic Colors of #130152

#130152

Complementary Color

#130152 #405201

#130152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130152 Color CSS Codes

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

#130152 Text Font Color

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

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


#130152 Background Color

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

This div background color is #130152


#130152 Border Color

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

This div border color is #130152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130152


Comments

No comments written yet.

Please login to write comment.