Color Hex Logo

#4652fe Color Hex

#4652FE
(70,82,254)
0 Favorites   0 Comments

Color spaces of #4652fe

RGB 7082254
HSL0.660.990.64
HSV236°72°100°
CMYK 0.720.680.00   0.00
XYZ23.432514.492495.3282
Yxy14.49240.17580.1088
Hunter Lab38.068943.2514-121.8197
CIE-Lab44.931050.8852-86.2769

#4652fe color RGB value is (70,82,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010010 11111110
Octal 106 122 376
Decimal 70 82 254
Hex 46 52 FE

RGB Percentages of Color #4652fe

%17.24
%20.20
%62.56

CMYK Percentages of Color #4652fe

%72
%68
%0
%0

Triadic Colors of #4652fe

#4652fe #fe4652 #52fe46

Analogous Colors of #4652fe

#4652fe #9646fe #46aefe

Monochromatic Colors of #4652fe

#4652fe

Complementary Color

#4652fe #fef246

#4652fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4652fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4652fe Color CSS Codes

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

#4652fe Text Font Color

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

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


#4652fe Background Color

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

This div background color is #4652fe


#4652fe Border Color

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

This div border color is #4652fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4652fe

Related Colors


Comments

No comments written yet.

Please login to write comment.