Color Hex Logo

#038cbe Color Hex

#038CBE
(3,140,190)
0 Favorites   0 Comments

Color spaces of #038cbe

RGB 3140190
HSL0.540.970.38
HSV196°98°75°
CMYK 0.980.260.00   0.25
XYZ18.709922.493252.0707
Yxy22.49320.20060.2412
Hunter Lab47.4270-12.5792-31.8963
CIE-Lab54.5464-13.2215-34.7698

#038cbe color RGB value is (3,140,190).

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

The process color (four color CMYK) of #038cbe color hex is 0.98, 0.26, 0.00, 0.25. Web safe color of #038cbe is #0099cc. Color #038cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001100 10111110
Octal 3 214 276
Decimal 3 140 190
Hex 3 8C BE

RGB Percentages of Color #038cbe

%0.90
%42.04
%57.06

CMYK Percentages of Color #038cbe

%98
%26
%0
%25

Triadic Colors of #038cbe

#038cbe #be038c #8cbe03

Analogous Colors of #038cbe

#038cbe #032fbe #03be93

Monochromatic Colors of #038cbe

#038cbe

Complementary Color

#038cbe #be3503

#038cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#038cbe Color CSS Codes

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

#038cbe Text Font Color

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

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


#038cbe Background Color

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

This div background color is #038cbe


#038cbe Border Color

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

This div border color is #038cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038cbe


Comments

No comments written yet.

Please login to write comment.