Color Hex Logo

#450dfd Color Hex

#450DFD
(69,13,253)
0 Favorites   0 Comments

Color spaces of #450dfd

RGB 6913253
HSL0.710.980.52
HSV254°95°99°
CMYK 0.730.950.00   0.01
XYZ20.32788.644993.5257
Yxy8.64490.16590.0706
Hunter Lab29.402271.9556-168.0144
CIE-Lab35.291477.9274-101.6832

#450dfd color RGB value is (69,13,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00001101 11111101
Octal 105 15 375
Decimal 69 13 253
Hex 45 D FD

RGB Percentages of Color #450dfd

%20.60
%3.88
%75.52

CMYK Percentages of Color #450dfd

%73
%95
%0
%1

Triadic Colors of #450dfd

#450dfd #fd450d #0dfd45

Analogous Colors of #450dfd

#450dfd #bd0dfd #0d4dfd

Monochromatic Colors of #450dfd

#450dfd

Complementary Color

#450dfd #c5fd0d

#450dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#450dfd Color CSS Codes

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

#450dfd Text Font Color

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

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


#450dfd Background Color

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

This div background color is #450dfd


#450dfd Border Color

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

This div border color is #450dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450dfd


Comments

No comments written yet.

Please login to write comment.