Color Hex Logo

#130adc Color Hex

#130ADC
(19,10,220)
0 Favorites   0 Comments

Color spaces of #130adc

RGB 1910220
HSL0.670.910.45
HSV243°95°86°
CMYK 0.910.950.00   0.14
XYZ13.29545.522868.0754
Yxy5.52280.15300.0636
Hunter Lab23.500659.8596-155.2977
CIE-Lab28.175169.1420-94.8533

#130adc color RGB value is (19,10,220).

#130adc hex color red value is 19, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #130adc hue: 0.67 , saturation: 0.91 and the lightness value of 130adc is 0.45.

The process color (four color CMYK) of #130adc color hex is 0.91, 0.95, 0.00, 0.14. Web safe color of #130adc is #0000cc. Color #130adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001010 11011100
Octal 23 12 334
Decimal 19 10 220
Hex 13 A DC

RGB Percentages of Color #130adc

%7.63
%4.02
%88.35

CMYK Percentages of Color #130adc

%91
%95
%0
%14

Triadic Colors of #130adc

#130adc #dc130a #0adc13

Analogous Colors of #130adc

#130adc #7c0adc #0a6adc

Monochromatic Colors of #130adc

#130adc

Complementary Color

#130adc #d3dc0a

#130adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#130adc Color CSS Codes

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

#130adc Text Font Color

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

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


#130adc Background Color

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

This div background color is #130adc


#130adc Border Color

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

This div border color is #130adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130adc


Comments

No comments written yet.

Please login to write comment.