Color Hex Logo

#4190df Color Hex

#4190DF
(65,144,223)
0 Favorites   0 Comments

Color spaces of #4190df

RGB 65144223
HSL0.580.710.56
HSV210°71°87°
CMYK 0.710.350.00   0.13
XYZ25.472526.398073.5648
Yxy26.39800.20310.2105
Hunter Lab51.3790-1.4171-48.9266
CIE-Lab58.41291.6195-47.1976

#4190df color RGB value is (65,144,223).

#4190df hex color red value is 65, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4190df hue: 0.58 , saturation: 0.71 and the lightness value of 4190df is 0.56.

The process color (four color CMYK) of #4190df color hex is 0.71, 0.35, 0.00, 0.13. Web safe color of #4190df is #3399cc. Color #4190df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010000 11011111
Octal 101 220 337
Decimal 65 144 223
Hex 41 90 DF

RGB Percentages of Color #4190df

%15.05
%33.33
%51.62

CMYK Percentages of Color #4190df

%71
%35
%0
%13

Triadic Colors of #4190df

#4190df #df4190 #90df41

Analogous Colors of #4190df

#4190df #4141df #41dfdf

Monochromatic Colors of #4190df

#4190df

Complementary Color

#4190df #df9041

#4190df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4190df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4190df Color CSS Codes

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

#4190df Text Font Color

<p style="color:#4190df">Text here</p>

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


#4190df Background Color

<div style="background-color:#4190df">
Div content here</div>

This div background color is #4190df


#4190df Border Color

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

This div border color is #4190df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,144,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4190df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4190df;
  -webkit-box-shadow: 1px 1px 3px 2px #4190df;
  box-shadow:         1px 1px 3px 2px #4190df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,144,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 #4190df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4190df


Comments

No comments written yet.

Please login to write comment.