Color Hex Logo

#1250dc Color Hex

#1250DC
(18,80,220)
0 Favorites   0 Comments

Color spaces of #1250dc

RGB 1880220
HSL0.620.850.47
HSV222°92°86°
CMYK 0.920.640.00   0.14
XYZ16.036411.033268.9946
Yxy11.03320.16690.1149
Hunter Lab33.216328.0491-99.9018
CIE-Lab39.636336.4746-75.8589

#1250dc color RGB value is (18,80,220).

#1250dc hex color red value is 18, green value is 80 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1250dc hue: 0.62 , saturation: 0.85 and the lightness value of 1250dc is 0.47.

The process color (four color CMYK) of #1250dc color hex is 0.92, 0.64, 0.00, 0.14. Web safe color of #1250dc is #0066cc. Color #1250dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010000 11011100
Octal 22 120 334
Decimal 18 80 220
Hex 12 50 DC

RGB Percentages of Color #1250dc

%5.66
%25.16
%69.18

CMYK Percentages of Color #1250dc

%92
%64
%0
%14

Triadic Colors of #1250dc

#1250dc #dc1250 #50dc12

Analogous Colors of #1250dc

#1250dc #3912dc #12b5dc

Monochromatic Colors of #1250dc

#1250dc

Complementary Color

#1250dc #dc9e12

#1250dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1250dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1250dc Color CSS Codes

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

#1250dc Text Font Color

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

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


#1250dc Background Color

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

This div background color is #1250dc


#1250dc Border Color

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

This div border color is #1250dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,80,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1250dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1250dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1250dc;
  box-shadow:         1px 1px 3px 2px #1250dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,80,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 #1250dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1250dc


Comments

No comments written yet.

Please login to write comment.