Color Hex Logo

#1210dc Color Hex

#1210DC
(18,16,220)
0 Favorites   0 Comments

Color spaces of #1210dc

RGB 1816220
HSL0.670.860.46
HSV241°93°86°
CMYK 0.920.930.00   0.14
XYZ13.35305.666568.1001
Yxy5.66650.15330.0650
Hunter Lab23.804458.4712-152.9548
CIE-Lab28.555067.8789-94.2190

#1210dc color RGB value is (18,16,220).

#1210dc hex color red value is 18, green value is 16 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1210dc hue: 0.67 , saturation: 0.86 and the lightness value of 1210dc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010000 11011100
Octal 22 20 334
Decimal 18 16 220
Hex 12 10 DC

RGB Percentages of Color #1210dc

%7.09
%6.30
%86.61

CMYK Percentages of Color #1210dc

%92
%93
%0
%14

Triadic Colors of #1210dc

#1210dc #dc1210 #10dc12

Analogous Colors of #1210dc

#1210dc #7810dc #1074dc

Monochromatic Colors of #1210dc

#1210dc

Complementary Color

#1210dc #dadc10

#1210dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1210dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1210dc Color CSS Codes

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

#1210dc Text Font Color

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

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


#1210dc Background Color

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

This div background color is #1210dc


#1210dc Border Color

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

This div border color is #1210dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1210dc


Comments

No comments written yet.

Please login to write comment.