Color Hex Logo

#4a67fe Color Hex

#4A67FE
(74,103,254)
0 Favorites   0 Comments

Color spaces of #4a67fe

RGB 74103254
HSL0.640.990.64
HSV230°71°100°
CMYK 0.710.590.00   0.00
XYZ25.563718.312195.9532
Yxy18.31210.18280.1310
Hunter Lab42.792631.7462-102.9901
CIE-Lab49.872538.8160-78.1743

#4a67fe color RGB value is (74,103,254).

#4a67fe hex color red value is 74, green value is 103 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4a67fe hue: 0.64 , saturation: 0.99 and the lightness value of 4a67fe is 0.64.

The process color (four color CMYK) of #4a67fe color hex is 0.71, 0.59, 0.00, 0.00. Web safe color of #4a67fe is #3366ff. Color #4a67fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01100111 11111110
Octal 112 147 376
Decimal 74 103 254
Hex 4A 67 FE

RGB Percentages of Color #4a67fe

%17.17
%23.90
%58.93

CMYK Percentages of Color #4a67fe

%71
%59
%0
%0

Triadic Colors of #4a67fe

#4a67fe #fe4a67 #67fe4a

Analogous Colors of #4a67fe

#4a67fe #874afe #4ac1fe

Monochromatic Colors of #4a67fe

#4a67fe

Complementary Color

#4a67fe #fee14a

#4a67fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a67fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a67fe Color CSS Codes

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

#4a67fe Text Font Color

<p style="color:#4a67fe">Text here</p>

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


#4a67fe Background Color

<div style="background-color:#4a67fe">
Div content here</div>

This div background color is #4a67fe


#4a67fe Border Color

<div style="border:3px solid #4a67fe">
Div here</div>

This div border color is #4a67fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,103,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a67fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a67fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4a67fe;
  box-shadow:         1px 1px 3px 2px #4a67fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,103,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 #4a67fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a67fe

Related Colors


Comments

No comments written yet.

Please login to write comment.