Color Hex Logo

#002dca Color Hex

#002DCA
(0,45,202)
0 Favorites   0 Comments

Color spaces of #002dca

RGB 045202
HSL0.631.000.40
HSV227°100°79°
CMYK 1.000.780.00   0.21
XYZ11.59916.141056.4511
Yxy6.14100.15630.0828
Hunter Lab24.781040.1825-117.7156
CIE-Lab29.765450.7429-81.7638

#002dca color RGB value is (0,45,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101101 11001010
Octal 0 55 312
Decimal 0 45 202
Hex 0 2D CA

RGB Percentages of Color #002dca

%0.00
%18.22
%81.78

CMYK Percentages of Color #002dca

%100
%78
%0
%21

Triadic Colors of #002dca

#002dca #ca002d #2dca00

Analogous Colors of #002dca

#002dca #3800ca #0092ca

Monochromatic Colors of #002dca

#002dca

Complementary Color

#002dca #ca9d00

#002dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#002dca Color CSS Codes

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

#002dca Text Font Color

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

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


#002dca Background Color

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

This div background color is #002dca


#002dca Border Color

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

This div border color is #002dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,45,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 #002dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002dca


Comments

No comments written yet.

Please login to write comment.