Color Hex Logo

#3f55fa Color Hex

#3F55FA
(63,85,250)
0 Favorites   0 Comments

Color spaces of #3f55fa

RGB 6385250
HSL0.650.950.61
HSV233°75°98°
CMYK 0.750.660.00   0.02
XYZ22.553714.455992.0440
Yxy14.45590.17480.1120
Hunter Lab38.020939.3482-116.9192
CIE-Lab44.879847.1365-84.1422

#3f55fa color RGB value is (63,85,250).

#3f55fa hex color red value is 63, green value is 85 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3f55fa hue: 0.65 , saturation: 0.95 and the lightness value of 3f55fa is 0.61.

The process color (four color CMYK) of #3f55fa color hex is 0.75, 0.66, 0.00, 0.02. Web safe color of #3f55fa is #3366ff. Color #3f55fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01010101 11111010
Octal 77 125 372
Decimal 63 85 250
Hex 3F 55 FA

RGB Percentages of Color #3f55fa

%15.83
%21.36
%62.81

CMYK Percentages of Color #3f55fa

%75
%66
%0
%2

Triadic Colors of #3f55fa

#3f55fa #fa3f55 #55fa3f

Analogous Colors of #3f55fa

#3f55fa #873ffa #3fb3fa

Monochromatic Colors of #3f55fa

#3f55fa

Complementary Color

#3f55fa #fae43f

#3f55fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f55fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f55fa Color CSS Codes

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

#3f55fa Text Font Color

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

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


#3f55fa Background Color

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

This div background color is #3f55fa


#3f55fa Border Color

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

This div border color is #3f55fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f55fa

Related Colors


Comments

No comments written yet.

Please login to write comment.