Color Hex Logo

#4198ff Color Hex

#4198FF
(65,152,255)
0 Favorites   0 Comments

Color spaces of #4198ff

RGB 65152255
HSL0.591.000.63
HSV213°75°100°
CMYK 0.750.400.00   0.00
XYZ31.458230.800398.8948
Yxy30.80030.19520.1911
Hunter Lab55.49804.0585-66.8033
CIE-Lab62.33878.1944-58.6206

#4198ff color RGB value is (65,152,255).

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

The process color (four color CMYK) of #4198ff color hex is 0.75, 0.40, 0.00, 0.00. Web safe color of #4198ff is #3399ff. Color #4198ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011000 11111111
Octal 101 230 377
Decimal 65 152 255
Hex 41 98 FF

RGB Percentages of Color #4198ff

%13.77
%32.20
%54.03

CMYK Percentages of Color #4198ff

%75
%40
%0
%0

Triadic Colors of #4198ff

#4198ff #ff4198 #98ff41

Analogous Colors of #4198ff

#4198ff #4941ff #41f7ff

Monochromatic Colors of #4198ff

#4198ff

Complementary Color

#4198ff #ffa841

#4198ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4198ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4198ff Color CSS Codes

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

#4198ff Text Font Color

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

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


#4198ff Background Color

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

This div background color is #4198ff


#4198ff Border Color

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

This div border color is #4198ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4198ff

Related Colors


Comments

No comments written yet.

Please login to write comment.