Color Hex Logo

#453cfd Color Hex

#453CFD
(69,60,253)
0 Favorites   0 Comments

Color spaces of #453cfd

RGB 6960253
HSL0.670.980.61
HSV243°76°99°
CMYK 0.730.760.00   0.01
XYZ21.799711.588894.0164
Yxy11.58880.17110.0910
Hunter Lab34.042354.7321-139.9145
CIE-Lab40.555062.2891-92.9400

#453cfd color RGB value is (69,60,253).

#453cfd hex color red value is 69, green value is 60 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #453cfd hue: 0.67 , saturation: 0.98 and the lightness value of 453cfd is 0.61.

The process color (four color CMYK) of #453cfd color hex is 0.73, 0.76, 0.00, 0.01. Web safe color of #453cfd is #3333ff. Color #453cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00111100 11111101
Octal 105 74 375
Decimal 69 60 253
Hex 45 3C FD

RGB Percentages of Color #453cfd

%18.06
%15.71
%66.23

CMYK Percentages of Color #453cfd

%73
%76
%0
%1

Triadic Colors of #453cfd

#453cfd #fd453c #3cfd45

Analogous Colors of #453cfd

#453cfd #a63cfd #3c94fd

Monochromatic Colors of #453cfd

#453cfd

Complementary Color

#453cfd #f4fd3c

#453cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#453cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#453cfd Color CSS Codes

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

#453cfd Text Font Color

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

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


#453cfd Background Color

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

This div background color is #453cfd


#453cfd Border Color

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

This div border color is #453cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #453cfd


Comments

No comments written yet.

Please login to write comment.