Color Hex Logo

#038cfd Color Hex

#038CFD
(3,140,253)
0 Favorites   0 Comments

Color spaces of #038cfd

RGB 3140253
HSL0.580.980.50
HSV207°99°99°
CMYK 0.990.450.00   0.01
XYZ27.145325.867496.4907
Yxy25.86740.18160.1730
Hunter Lab50.86006.2651-76.8819
CIE-Lab57.911010.6907-64.6722

#038cfd color RGB value is (3,140,253).

#038cfd hex color red value is 3, green value is 140 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #038cfd hue: 0.58 , saturation: 0.98 and the lightness value of 038cfd is 0.50.

The process color (four color CMYK) of #038cfd color hex is 0.99, 0.45, 0.00, 0.01. Web safe color of #038cfd is #0099ff. Color #038cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001100 11111101
Octal 3 214 375
Decimal 3 140 253
Hex 3 8C FD

RGB Percentages of Color #038cfd

%0.76
%35.35
%63.89

CMYK Percentages of Color #038cfd

%99
%45
%0
%1

Triadic Colors of #038cfd

#038cfd #fd038c #8cfd03

Analogous Colors of #038cfd

#038cfd #030ffd #03fdf1

Monochromatic Colors of #038cfd

#038cfd

Complementary Color

#038cfd #fd7403

#038cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#038cfd Color CSS Codes

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

#038cfd Text Font Color

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

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


#038cfd Background Color

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

This div background color is #038cfd


#038cfd Border Color

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

This div border color is #038cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038cfd


Comments

No comments written yet.

Please login to write comment.