Color Hex Logo

#0338dc Color Hex

#0338DC
(3,56,220)
0 Favorites   0 Comments

Color spaces of #0338dc

RGB 356220
HSL0.630.970.44
HSV225°99°86°
CMYK 0.990.750.00   0.14
XYZ14.37008.015068.4998
Yxy8.01500.15810.0882
Hunter Lab28.310841.0593-123.6385
CIE-Lab34.014150.7863-85.1407

#0338dc color RGB value is (3,56,220).

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

The process color (four color CMYK) of #0338dc color hex is 0.99, 0.75, 0.00, 0.14. Web safe color of #0338dc is #0033cc. Color #0338dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111000 11011100
Octal 3 70 334
Decimal 3 56 220
Hex 3 38 DC

RGB Percentages of Color #0338dc

%1.08
%20.07
%78.85

CMYK Percentages of Color #0338dc

%99
%75
%0
%14

Triadic Colors of #0338dc

#0338dc #dc0338 #38dc03

Analogous Colors of #0338dc

#0338dc #3b03dc #03a5dc

Monochromatic Colors of #0338dc

#0338dc

Complementary Color

#0338dc #dca703

#0338dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0338dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0338dc Color CSS Codes

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

#0338dc Text Font Color

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

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


#0338dc Background Color

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

This div background color is #0338dc


#0338dc Border Color

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

This div border color is #0338dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0338dc


Comments

No comments written yet.

Please login to write comment.