Color Hex Logo

#038edb Color Hex

#038EDB
(3,142,219)
0 Favorites   0 Comments

Color spaces of #038edb

RGB 3142219
HSL0.560.970.44
HSV201°99°86°
CMYK 0.990.350.00   0.14
XYZ22.496724.479870.5572
Yxy24.47980.19140.2083
Hunter Lab49.4771-5.4228-49.9171
CIE-Lab56.5650-3.4919-47.9587

#038edb color RGB value is (3,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001110 11011011
Octal 3 216 333
Decimal 3 142 219
Hex 3 8E DB

RGB Percentages of Color #038edb

%0.82
%39.01
%60.16

CMYK Percentages of Color #038edb

%99
%35
%0
%14

Triadic Colors of #038edb

#038edb #db038e #8edb03

Analogous Colors of #038edb

#038edb #0322db #03dbbc

Monochromatic Colors of #038edb

#038edb

Complementary Color

#038edb #db5003

#038edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#038edb Color CSS Codes

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

#038edb Text Font Color

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

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


#038edb Background Color

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

This div background color is #038edb


#038edb Border Color

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

This div border color is #038edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038edb


Comments

No comments written yet.

Please login to write comment.