Color Hex Logo

#3f9aff Color Hex

#3F9AFF
(63,154,255)
0 Favorites   0 Comments

Color spaces of #3f9aff

RGB 63154255
HSL0.591.000.62
HSV212°75°100°
CMYK 0.750.400.00   0.00
XYZ31.655531.388098.9978
Yxy31.38800.19540.1937
Hunter Lab56.02502.8132-65.5497
CIE-Lab62.83386.7818-57.8341

#3f9aff color RGB value is (63,154,255).

#3f9aff hex color red value is 63, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3f9aff hue: 0.59 , saturation: 1.00 and the lightness value of 3f9aff is 0.62.

The process color (four color CMYK) of #3f9aff color hex is 0.75, 0.40, 0.00, 0.00. Web safe color of #3f9aff is #3399ff. Color #3f9aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10011010 11111111
Octal 77 232 377
Decimal 63 154 255
Hex 3F 9A FF

RGB Percentages of Color #3f9aff

%13.35
%32.63
%54.03

CMYK Percentages of Color #3f9aff

%75
%40
%0
%0

Triadic Colors of #3f9aff

#3f9aff #ff3f9a #9aff3f

Analogous Colors of #3f9aff

#3f9aff #443fff #3ffaff

Monochromatic Colors of #3f9aff

#3f9aff

Complementary Color

#3f9aff #ffa43f

#3f9aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f9aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f9aff Color CSS Codes

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

#3f9aff Text Font Color

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

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


#3f9aff Background Color

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

This div background color is #3f9aff


#3f9aff Border Color

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

This div border color is #3f9aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f9aff

Related Colors


Comments

No comments written yet.

Please login to write comment.