Color Hex Logo

#038ddc Color Hex

#038DDC
(3,141,220)
0 Favorites   0 Comments

Color spaces of #038ddc

RGB 3141220
HSL0.560.970.44
HSV202°99°86°
CMYK 0.990.360.00   0.14
XYZ22.480724.236471.2034
Yxy24.23640.19060.2055
Hunter Lab49.2305-4.6428-51.2914
CIE-Lab56.3237-2.5252-48.9015

#038ddc color RGB value is (3,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001101 11011100
Octal 3 215 334
Decimal 3 141 220
Hex 3 8D DC

RGB Percentages of Color #038ddc

%0.82
%38.74
%60.44

CMYK Percentages of Color #038ddc

%99
%36
%0
%14

Triadic Colors of #038ddc

#038ddc #dc038d #8ddc03

Analogous Colors of #038ddc

#038ddc #0320dc #03dcbf

Monochromatic Colors of #038ddc

#038ddc

Complementary Color

#038ddc #dc5203

#038ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#038ddc Color CSS Codes

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

#038ddc Text Font Color

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

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


#038ddc Background Color

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

This div background color is #038ddc


#038ddc Border Color

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

This div border color is #038ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038ddc


Comments

No comments written yet.

Please login to write comment.