Color Hex Logo

#1482fc Color Hex

#1482FC
(20,130,252)
0 Favorites   0 Comments

Color spaces of #1482fc

RGB 20130252
HSL0.590.970.53
HSV212°92°99°
CMYK 0.920.480.00   0.01
XYZ25.841823.142395.2004
Yxy23.14230.17920.1605
Hunter Lab48.106411.7003-83.6576
CIE-Lab55.218616.9385-68.4541

#1482fc color RGB value is (20,130,252).

#1482fc hex color red value is 20, green value is 130 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #1482fc hue: 0.59 , saturation: 0.97 and the lightness value of 1482fc is 0.53.

The process color (four color CMYK) of #1482fc color hex is 0.92, 0.48, 0.00, 0.01. Web safe color of #1482fc is #0099ff. Color #1482fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000010 11111100
Octal 24 202 374
Decimal 20 130 252
Hex 14 82 FC

RGB Percentages of Color #1482fc

%4.98
%32.34
%62.69

CMYK Percentages of Color #1482fc

%92
%48
%0
%1

Triadic Colors of #1482fc

#1482fc #fc1482 #82fc14

Analogous Colors of #1482fc

#1482fc #1a14fc #14f6fc

Monochromatic Colors of #1482fc

#1482fc

Complementary Color

#1482fc #fc8e14

#1482fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1482fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1482fc Color CSS Codes

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

#1482fc Text Font Color

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

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


#1482fc Background Color

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

This div background color is #1482fc


#1482fc Border Color

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

This div border color is #1482fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,130,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1482fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1482fc;
  -webkit-box-shadow: 1px 1px 3px 2px #1482fc;
  box-shadow:         1px 1px 3px 2px #1482fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,130,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1482fc


Comments

No comments written yet.

Please login to write comment.