Color Hex Logo

#450ed5 Color Hex

#450ED5
(69,14,213)
0 Favorites   0 Comments

Color spaces of #450ed5

RGB 6914213
HSL0.710.880.45
HSV257°93°84°
CMYK 0.680.930.00   0.16
XYZ14.62156.383463.4123
Yxy6.38340.17320.0756
Hunter Lab25.265459.0865-131.1231
CIE-Lab30.359868.0824-87.0890

#450ed5 color RGB value is (69,14,213).

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

The process color (four color CMYK) of #450ed5 color hex is 0.68, 0.93, 0.00, 0.16. Web safe color of #450ed5 is #3300cc. Color #450ed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00001110 11010101
Octal 105 16 325
Decimal 69 14 213
Hex 45 E D5

RGB Percentages of Color #450ed5

%23.31
%4.73
%71.96

CMYK Percentages of Color #450ed5

%68
%93
%0
%16

Triadic Colors of #450ed5

#450ed5 #d5450e #0ed545

Analogous Colors of #450ed5

#450ed5 #a90ed5 #0e3ad5

Monochromatic Colors of #450ed5

#450ed5

Complementary Color

#450ed5 #9ed50e

#450ed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450ed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#450ed5 Color CSS Codes

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

#450ed5 Text Font Color

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

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


#450ed5 Background Color

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

This div background color is #450ed5


#450ed5 Border Color

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

This div border color is #450ed5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,14,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450ed5


Comments

No comments written yet.

Please login to write comment.