Color Hex Logo

#4665fe Color Hex

#4665FE
(70,101,254)
0 Favorites   0 Comments

Color spaces of #4665fe

RGB 70101254
HSL0.640.990.64
HSV230°72°100°
CMYK 0.720.600.00   0.00
XYZ25.068917.765295.8737
Yxy17.76520.18070.1281
Hunter Lab42.148832.4064-105.3598
CIE-Lab49.210139.5753-79.2634

#4665fe color RGB value is (70,101,254).

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

The process color (four color CMYK) of #4665fe color hex is 0.72, 0.60, 0.00, 0.00. Web safe color of #4665fe is #3366ff. Color #4665fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100101 11111110
Octal 106 145 376
Decimal 70 101 254
Hex 46 65 FE

RGB Percentages of Color #4665fe

%16.47
%23.76
%59.76

CMYK Percentages of Color #4665fe

%72
%60
%0
%0

Triadic Colors of #4665fe

#4665fe #fe4665 #65fe46

Analogous Colors of #4665fe

#4665fe #8346fe #46c1fe

Monochromatic Colors of #4665fe

#4665fe

Complementary Color

#4665fe #fedf46

#4665fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4665fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4665fe Color CSS Codes

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

#4665fe Text Font Color

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

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


#4665fe Background Color

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

This div background color is #4665fe


#4665fe Border Color

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

This div border color is #4665fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,101,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 #4665fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4665fe

Related Colors


Comments

No comments written yet.

Please login to write comment.