Color Hex Logo

#450fdd Color Hex

#450FDD
(69,15,221)
0 Favorites   0 Comments

Color spaces of #450fdd

RGB 6915221
HSL0.710.870.46
HSV256°93°87°
CMYK 0.690.930.00   0.13
XYZ15.67626.827368.8982
Yxy6.82730.17150.0747
Hunter Lab26.129161.3655-138.0477
CIE-Lab31.410569.8466-89.9613

#450fdd color RGB value is (69,15,221).

#450fdd hex color red value is 69, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #450fdd hue: 0.71 , saturation: 0.87 and the lightness value of 450fdd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00001111 11011101
Octal 105 17 335
Decimal 69 15 221
Hex 45 F DD

RGB Percentages of Color #450fdd

%22.62
%4.92
%72.46

CMYK Percentages of Color #450fdd

%69
%93
%0
%13

Triadic Colors of #450fdd

#450fdd #dd450f #0fdd45

Analogous Colors of #450fdd

#450fdd #ac0fdd #0f40dd

Monochromatic Colors of #450fdd

#450fdd

Complementary Color

#450fdd #a7dd0f

#450fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#450fdd Color CSS Codes

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

#450fdd Text Font Color

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

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


#450fdd Background Color

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

This div background color is #450fdd


#450fdd Border Color

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

This div border color is #450fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450fdd


Comments

No comments written yet.

Please login to write comment.