Color Hex Logo

#4381fe Color Hex

#4381FE
(67,129,254)
0 Favorites   0 Comments

Color spaces of #4381fe

RGB 67129254
HSL0.610.990.63
HSV220°74°100°
CMYK 0.740.490.00   0.00
XYZ28.054424.049696.9293
Yxy24.04960.18820.1614
Hunter Lab49.040416.2933-82.8596
CIE-Lab56.137421.9708-68.0207

#4381fe color RGB value is (67,129,254).

#4381fe hex color red value is 67, green value is 129 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4381fe hue: 0.61 , saturation: 0.99 and the lightness value of 4381fe is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000001 11111110
Octal 103 201 376
Decimal 67 129 254
Hex 43 81 FE

RGB Percentages of Color #4381fe

%14.89
%28.67
%56.44

CMYK Percentages of Color #4381fe

%74
%49
%0
%0

Triadic Colors of #4381fe

#4381fe #fe4381 #81fe43

Analogous Colors of #4381fe

#4381fe #6243fe #43dffe

Monochromatic Colors of #4381fe

#4381fe

Complementary Color

#4381fe #fec043

#4381fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4381fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4381fe Color CSS Codes

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

#4381fe Text Font Color

<p style="color:#4381fe">Text here</p>

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


#4381fe Background Color

<div style="background-color:#4381fe">
Div content here</div>

This div background color is #4381fe


#4381fe Border Color

<div style="border:3px solid #4381fe">
Div here</div>

This div border color is #4381fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,129,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4381fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4381fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4381fe;
  box-shadow:         1px 1px 3px 2px #4381fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4381fe


Comments

No comments written yet.

Please login to write comment.