Color Hex Logo

#030ddc Color Hex

#030DDC
(3,13,220)
0 Favorites   0 Comments

Color spaces of #030ddc

RGB 313220
HSL0.660.970.44
HSV237°99°86°
CMYK 0.990.940.00   0.14
XYZ13.09975.474568.0764
Yxy5.47450.15120.0632
Hunter Lab23.397658.9914-156.1283
CIE-Lab28.046068.4189-95.0768

#030ddc color RGB value is (3,13,220).

#030ddc hex color red value is 3, green value is 13 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #030ddc hue: 0.66 , saturation: 0.97 and the lightness value of 030ddc is 0.44.

The process color (four color CMYK) of #030ddc color hex is 0.99, 0.94, 0.00, 0.14. Web safe color of #030ddc is #0000cc. Color #030ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001101 11011100
Octal 3 15 334
Decimal 3 13 220
Hex 3 D DC

RGB Percentages of Color #030ddc

%1.27
%5.51
%93.22

CMYK Percentages of Color #030ddc

%99
%94
%0
%14

Triadic Colors of #030ddc

#030ddc #dc030d #0ddc03

Analogous Colors of #030ddc

#030ddc #6503dc #037adc

Monochromatic Colors of #030ddc

#030ddc

Complementary Color

#030ddc #dcd203

#030ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#030ddc Color CSS Codes

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

#030ddc Text Font Color

<p style="color:#030ddc">Text here</p>

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


#030ddc Background Color

<div style="background-color:#030ddc">
Div content here</div>

This div background color is #030ddc


#030ddc Border Color

<div style="border:3px solid #030ddc">
Div here</div>

This div border color is #030ddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,13,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #030ddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #030ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #030ddc;
  box-shadow:         1px 1px 3px 2px #030ddc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,13,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 #030ddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030ddc


Comments

No comments written yet.

Please login to write comment.