Color Hex Logo

#450afd Color Hex

#450AFD
(69,10,253)
0 Favorites   0 Comments

Color spaces of #450afd

RGB 6910253
HSL0.710.980.52
HSV255°96°99°
CMYK 0.730.960.00   0.01
XYZ20.29248.574193.5140
Yxy8.57410.16580.0701
Hunter Lab29.281672.4594-168.8523
CIE-Lab35.151078.3590-101.9174

#450afd color RGB value is (69,10,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00001010 11111101
Octal 105 12 375
Decimal 69 10 253
Hex 45 A FD

RGB Percentages of Color #450afd

%20.78
%3.01
%76.20

CMYK Percentages of Color #450afd

%73
%96
%0
%1

Triadic Colors of #450afd

#450afd #fd450a #0afd45

Analogous Colors of #450afd

#450afd #bf0afd #0a48fd

Monochromatic Colors of #450afd

#450afd

Complementary Color

#450afd #c2fd0a

#450afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#450afd Color CSS Codes

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

#450afd Text Font Color

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

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


#450afd Background Color

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

This div background color is #450afd


#450afd Border Color

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

This div border color is #450afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450afd


Comments

No comments written yet.

Please login to write comment.