Color Hex Logo

#4150ff Color Hex

#4150FF
(65,80,255)
0 Favorites   0 Comments

Color spaces of #4150ff

RGB 6580255
HSL0.651.000.63
HSV235°75°100°
CMYK 0.750.690.00   0.00
XYZ23.098614.081196.1082
Yxy14.08110.17330.1056
Hunter Lab37.524844.2083-125.5857
CIE-Lab44.349051.8973-87.8007

#4150ff color RGB value is (65,80,255).

#4150ff hex color red value is 65, green value is 80 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4150ff hue: 0.65 , saturation: 1.00 and the lightness value of 4150ff is 0.63.

The process color (four color CMYK) of #4150ff color hex is 0.75, 0.69, 0.00, 0.00. Web safe color of #4150ff is #3366ff. Color #4150ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010000 11111111
Octal 101 120 377
Decimal 65 80 255
Hex 41 50 FF

RGB Percentages of Color #4150ff

%16.25
%20.00
%63.75

CMYK Percentages of Color #4150ff

%75
%69
%0
%0

Triadic Colors of #4150ff

#4150ff #ff4150 #50ff41

Analogous Colors of #4150ff

#4150ff #9141ff #41afff

Monochromatic Colors of #4150ff

#4150ff

Complementary Color

#4150ff #fff041

#4150ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4150ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4150ff Color CSS Codes

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

#4150ff Text Font Color

<p style="color:#4150ff">Text here</p>

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


#4150ff Background Color

<div style="background-color:#4150ff">
Div content here</div>

This div background color is #4150ff


#4150ff Border Color

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

This div border color is #4150ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,80,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4150ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4150ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4150ff;
  box-shadow:         1px 1px 3px 2px #4150ff; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4150ff

Related Colors


Comments

No comments written yet.

Please login to write comment.