Color Hex Logo

#000dca Color Hex

#000DCA
(0,13,202)
0 Favorites   0 Comments

Color spaces of #000dca

RGB 013202
HSL0.661.000.40
HSV236°100°79°
CMYK 1.000.940.00   0.21
XYZ10.80464.552156.1863
Yxy4.55210.15100.0636
Hunter Lab21.335753.0569-141.2021
CIE-Lab25.418663.6824-89.0068

#000dca color RGB value is (0,13,202).

#000dca hex color red value is 0, green value is 13 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #000dca hue: 0.66 , saturation: 1.00 and the lightness value of 000dca is 0.40.

The process color (four color CMYK) of #000dca color hex is 1.00, 0.94, 0.00, 0.21. Web safe color of #000dca is #0000cc. Color #000dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001101 11001010
Octal 0 15 312
Decimal 0 13 202
Hex 0 D CA

RGB Percentages of Color #000dca

%0.00
%6.05
%93.95

CMYK Percentages of Color #000dca

%100
%94
%0
%21

Triadic Colors of #000dca

#000dca #ca000d #0dca00

Analogous Colors of #000dca

#000dca #5800ca #0072ca

Monochromatic Colors of #000dca

#000dca

Complementary Color

#000dca #cabd00

#000dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#000dca Color CSS Codes

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

#000dca Text Font Color

<p style="color:#000dca">Text here</p>

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


#000dca Background Color

<div style="background-color:#000dca">
Div content here</div>

This div background color is #000dca


#000dca Border Color

<div style="border:3px solid #000dca">
Div here</div>

This div border color is #000dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,13,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #000dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #000dca;
  -webkit-box-shadow: 1px 1px 3px 2px #000dca;
  box-shadow:         1px 1px 3px 2px #000dca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000dca


Comments

No comments written yet.

Please login to write comment.