Color Hex Logo

#038cdb Color Hex

#038CDB
(3,140,219)
0 Favorites   0 Comments

Color spaces of #038cdb

RGB 3140219
HSL0.560.970.44
HSV202°99°86°
CMYK 0.990.360.00   0.14
XYZ22.201823.890070.4589
Yxy23.89000.19050.2050
Hunter Lab48.8774-4.4546-51.2549
CIE-Lab55.9775-2.3169-48.8912

#038cdb color RGB value is (3,140,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001100 11011011
Octal 3 214 333
Decimal 3 140 219
Hex 3 8C DB

RGB Percentages of Color #038cdb

%0.83
%38.67
%60.50

CMYK Percentages of Color #038cdb

%99
%36
%0
%14

Triadic Colors of #038cdb

#038cdb #db038c #8cdb03

Analogous Colors of #038cdb

#038cdb #0320db #03dbbe

Monochromatic Colors of #038cdb

#038cdb

Complementary Color

#038cdb #db5203

#038cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#038cdb Color CSS Codes

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

#038cdb Text Font Color

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

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


#038cdb Background Color

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

This div background color is #038cdb


#038cdb Border Color

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

This div border color is #038cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,140,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038cdb


Comments

No comments written yet.

Please login to write comment.