Color Hex Logo

#450efc Color Hex

#450EFC
(69,14,252)
0 Favorites   0 Comments

Color spaces of #450efc

RGB 6914252
HSL0.710.980.52
HSV254°94°99°
CMYK 0.730.940.00   0.01
XYZ20.18208.607692.6932
Yxy8.60760.16610.0709
Hunter Lab29.338771.4468-166.7847
CIE-Lab35.217577.5293-101.2448

#450efc color RGB value is (69,14,252).

#450efc hex color red value is 69, green value is 14 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #450efc hue: 0.71 , saturation: 0.98 and the lightness value of 450efc is 0.52.

The process color (four color CMYK) of #450efc color hex is 0.73, 0.94, 0.00, 0.01. Web safe color of #450efc is #3300ff. Color #450efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00001110 11111100
Octal 105 16 374
Decimal 69 14 252
Hex 45 E FC

RGB Percentages of Color #450efc

%20.60
%4.18
%75.22

CMYK Percentages of Color #450efc

%73
%94
%0
%1

Triadic Colors of #450efc

#450efc #fc450e #0efc45

Analogous Colors of #450efc

#450efc #bc0efc #0e4efc

Monochromatic Colors of #450efc

#450efc

Complementary Color

#450efc #c5fc0e

#450efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#450efc Color CSS Codes

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

#450efc Text Font Color

<p style="color:#450efc">Text here</p>

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


#450efc Background Color

<div style="background-color:#450efc">
Div content here</div>

This div background color is #450efc


#450efc Border Color

<div style="border:3px solid #450efc">
Div here</div>

This div border color is #450efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,14,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #450efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #450efc;
  -webkit-box-shadow: 1px 1px 3px 2px #450efc;
  box-shadow:         1px 1px 3px 2px #450efc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,14,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 #450efc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450efc


Comments

No comments written yet.

Please login to write comment.