Color Hex Logo

#453cdb Color Hex

#453CDB
(69,60,219)
0 Favorites   0 Comments

Color spaces of #453cdb

RGB 6960219
HSL0.680.690.55
HSV243°73°86°
CMYK 0.680.730.00   0.14
XYZ16.85639.611467.9846
Yxy9.61140.17850.1018
Hunter Lab31.002342.7986-108.3150
CIE-Lab37.135851.8835-79.3279

#453cdb color RGB value is (69,60,219).

#453cdb hex color red value is 69, green value is 60 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #453cdb hue: 0.68 , saturation: 0.69 and the lightness value of 453cdb is 0.55.

The process color (four color CMYK) of #453cdb color hex is 0.68, 0.73, 0.00, 0.14. Web safe color of #453cdb is #3333cc. Color #453cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00111100 11011011
Octal 105 74 333
Decimal 69 60 219
Hex 45 3C DB

RGB Percentages of Color #453cdb

%19.83
%17.24
%62.93

CMYK Percentages of Color #453cdb

%68
%73
%0
%14

Triadic Colors of #453cdb

#453cdb #db453c #3cdb45

Analogous Colors of #453cdb

#453cdb #953cdb #3c83db

Monochromatic Colors of #453cdb

#453cdb

Complementary Color

#453cdb #d2db3c

#453cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#453cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#453cdb Color CSS Codes

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

#453cdb Text Font Color

<p style="color:#453cdb">Text here</p>

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


#453cdb Background Color

<div style="background-color:#453cdb">
Div content here</div>

This div background color is #453cdb


#453cdb Border Color

<div style="border:3px solid #453cdb">
Div here</div>

This div border color is #453cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,60,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #453cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #453cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #453cdb;
  box-shadow:         1px 1px 3px 2px #453cdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #453cdb


Comments

No comments written yet.

Please login to write comment.