Color Hex Logo

#4181fc Color Hex

#4181FC
(65,129,252)
0 Favorites   0 Comments

Color spaces of #4181fc

RGB 65129252
HSL0.610.970.62
HSV219°74°99°
CMYK 0.740.490.00   0.01
XYZ27.600923.852695.2447
Yxy23.85260.18810.1626
Hunter Lab48.839115.4089-81.4383
CIE-Lab55.939921.0186-67.2401

#4181fc color RGB value is (65,129,252).

#4181fc hex color red value is 65, green value is 129 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4181fc hue: 0.61 , saturation: 0.97 and the lightness value of 4181fc is 0.62.

The process color (four color CMYK) of #4181fc color hex is 0.74, 0.49, 0.00, 0.01. Web safe color of #4181fc is #3399ff. Color #4181fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000001 11111100
Octal 101 201 374
Decimal 65 129 252
Hex 41 81 FC

RGB Percentages of Color #4181fc

%14.57
%28.92
%56.50

CMYK Percentages of Color #4181fc

%74
%49
%0
%1

Triadic Colors of #4181fc

#4181fc #fc4181 #81fc41

Analogous Colors of #4181fc

#4181fc #5f41fc #41dffc

Monochromatic Colors of #4181fc

#4181fc

Complementary Color

#4181fc #fcbc41

#4181fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4181fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4181fc Color CSS Codes

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

#4181fc Text Font Color

<p style="color:#4181fc">Text here</p>

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


#4181fc Background Color

<div style="background-color:#4181fc">
Div content here</div>

This div background color is #4181fc


#4181fc Border Color

<div style="border:3px solid #4181fc">
Div here</div>

This div border color is #4181fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,129,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4181fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4181fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4181fc;
  box-shadow:         1px 1px 3px 2px #4181fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,129,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4181fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4181fc

Related Colors


Comments

No comments written yet.

Please login to write comment.