Color Hex Logo

#3f88df Color Hex

#3F88DF
(63,136,223)
0 Favorites   0 Comments

Color spaces of #3f88df

RGB 63136223
HSL0.590.710.56
HSV213°72°87°
CMYK 0.720.390.00   0.13
XYZ24.173323.992873.1690
Yxy23.99280.19920.1977
Hunter Lab48.98242.3722-54.2785
CIE-Lab56.08066.0962-50.9036

#3f88df color RGB value is (63,136,223).

#3f88df hex color red value is 63, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3f88df hue: 0.59 , saturation: 0.71 and the lightness value of 3f88df is 0.56.

The process color (four color CMYK) of #3f88df color hex is 0.72, 0.39, 0.00, 0.13. Web safe color of #3f88df is #3399cc. Color #3f88df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10001000 11011111
Octal 77 210 337
Decimal 63 136 223
Hex 3F 88 DF

RGB Percentages of Color #3f88df

%14.93
%32.23
%52.84

CMYK Percentages of Color #3f88df

%72
%39
%0
%13

Triadic Colors of #3f88df

#3f88df #df3f88 #88df3f

Analogous Colors of #3f88df

#3f88df #463fdf #3fd8df

Monochromatic Colors of #3f88df

#3f88df

Complementary Color

#3f88df #df963f

#3f88df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f88df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f88df Color CSS Codes

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

#3f88df Text Font Color

<p style="color:#3f88df">Text here</p>

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


#3f88df Background Color

<div style="background-color:#3f88df">
Div content here</div>

This div background color is #3f88df


#3f88df Border Color

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

This div border color is #3f88df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,136,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3f88df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3f88df;
  -webkit-box-shadow: 1px 1px 3px 2px #3f88df;
  box-shadow:         1px 1px 3px 2px #3f88df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,136,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f88df


Comments

No comments written yet.

Please login to write comment.