Color Hex Logo

#4195df Color Hex

#4195DF
(65,149,223)
0 Favorites   0 Comments

Color spaces of #4195df

RGB 65149223
HSL0.580.710.56
HSV208°71°87°
CMYK 0.710.330.00   0.13
XYZ26.246727.946473.8229
Yxy27.94640.20500.2183
Hunter Lab52.8644-3.8889-45.7910
CIE-Lab59.8403-1.2995-44.9417

#4195df color RGB value is (65,149,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010101 11011111
Octal 101 225 337
Decimal 65 149 223
Hex 41 95 DF

RGB Percentages of Color #4195df

%14.87
%34.10
%51.03

CMYK Percentages of Color #4195df

%71
%33
%0
%13

Triadic Colors of #4195df

#4195df #df4195 #95df41

Analogous Colors of #4195df

#4195df #4146df #41dfda

Monochromatic Colors of #4195df

#4195df

Complementary Color

#4195df #df8b41

#4195df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4195df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4195df Color CSS Codes

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

#4195df Text Font Color

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

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


#4195df Background Color

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

This div background color is #4195df


#4195df Border Color

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

This div border color is #4195df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4195df


Comments

No comments written yet.

Please login to write comment.