Color Hex Logo

#1002dd Color Hex

#1002DD
(16,2,221)
0 Favorites   0 Comments

Color spaces of #1002dd

RGB 162221
HSL0.680.980.44
HSV244°99°87°
CMYK 0.930.990.00   0.13
XYZ13.28655.374068.7436
Yxy5.37400.15200.0615
Hunter Lab23.181961.7374-159.5913
CIE-Lab27.774870.8097-96.1013

#1002dd color RGB value is (16,2,221).

#1002dd hex color red value is 16, green value is 2 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1002dd hue: 0.68 , saturation: 0.98 and the lightness value of 1002dd is 0.44.

The process color (four color CMYK) of #1002dd color hex is 0.93, 0.99, 0.00, 0.13. Web safe color of #1002dd is #0000cc. Color #1002dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000010 11011101
Octal 20 2 335
Decimal 16 2 221
Hex 10 2 DD

RGB Percentages of Color #1002dd

%6.69
%0.84
%92.47

CMYK Percentages of Color #1002dd

%93
%99
%0
%13

Triadic Colors of #1002dd

#1002dd #dd1002 #02dd10

Analogous Colors of #1002dd

#1002dd #7e02dd #0261dd

Monochromatic Colors of #1002dd

#1002dd

Complementary Color

#1002dd #cfdd02

#1002dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1002dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1002dd Color CSS Codes

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

#1002dd Text Font Color

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

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


#1002dd Background Color

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

This div background color is #1002dd


#1002dd Border Color

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

This div border color is #1002dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,2,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1002dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1002dd;
  -webkit-box-shadow: 1px 1px 3px 2px #1002dd;
  box-shadow:         1px 1px 3px 2px #1002dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1002dd


Comments

No comments written yet.

Please login to write comment.