Color Hex Logo

#3958fa Color Hex

#3958FA
(57,88,250)
0 Favorites   0 Comments

Color spaces of #3958fa

RGB 5788250
HSL0.640.950.60
HSV230°77°98°
CMYK 0.770.650.00   0.02
XYZ22.432414.751492.1075
Yxy14.75140.17350.1141
Hunter Lab38.407637.0419-115.3017
CIE-Lab45.291844.8045-83.4753

#3958fa color RGB value is (57,88,250).

#3958fa hex color red value is 57, green value is 88 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3958fa hue: 0.64 , saturation: 0.95 and the lightness value of 3958fa is 0.60.

The process color (four color CMYK) of #3958fa color hex is 0.77, 0.65, 0.00, 0.02. Web safe color of #3958fa is #3366ff. Color #3958fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011000 11111010
Octal 71 130 372
Decimal 57 88 250
Hex 39 58 FA

RGB Percentages of Color #3958fa

%14.43
%22.28
%63.29

CMYK Percentages of Color #3958fa

%77
%65
%0
%2

Triadic Colors of #3958fa

#3958fa #fa3958 #58fa39

Analogous Colors of #3958fa

#3958fa #7b39fa #39b9fa

Monochromatic Colors of #3958fa

#3958fa

Complementary Color

#3958fa #fadb39

#3958fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3958fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3958fa Color CSS Codes

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

#3958fa Text Font Color

<p style="color:#3958fa">Text here</p>

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


#3958fa Background Color

<div style="background-color:#3958fa">
Div content here</div>

This div background color is #3958fa


#3958fa Border Color

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

This div border color is #3958fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,88,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3958fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3958fa;
  -webkit-box-shadow: 1px 1px 3px 2px #3958fa;
  box-shadow:         1px 1px 3px 2px #3958fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,88,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 #3958fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3958fa


Comments

No comments written yet.

Please login to write comment.