Color Hex Logo

#453dca Color Hex

#453DCA
(69,61,202)
0 Favorites   0 Comments

Color spaces of #453dca

RGB 6961202
HSL0.680.570.52
HSV243°70°79°
CMYK 0.660.700.00   0.21
XYZ14.78378.867056.8094
Yxy8.86700.18370.1102
Hunter Lab29.777536.5096-92.2689
CIE-Lab35.727045.9354-71.8246

#453dca color RGB value is (69,61,202).

#453dca hex color red value is 69, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #453dca hue: 0.68 , saturation: 0.57 and the lightness value of 453dca is 0.52.

The process color (four color CMYK) of #453dca color hex is 0.66, 0.70, 0.00, 0.21. Web safe color of #453dca is #3333cc. Color #453dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00111101 11001010
Octal 105 75 312
Decimal 69 61 202
Hex 45 3D CA

RGB Percentages of Color #453dca

%20.78
%18.37
%60.84

CMYK Percentages of Color #453dca

%66
%70
%0
%21

Triadic Colors of #453dca

#453dca #ca453d #3dca45

Analogous Colors of #453dca

#453dca #8c3dca #3d7cca

Monochromatic Colors of #453dca

#453dca

Complementary Color

#453dca #c2ca3d

#453dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#453dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#453dca Color CSS Codes

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

#453dca Text Font Color

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

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


#453dca Background Color

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

This div background color is #453dca


#453dca Border Color

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

This div border color is #453dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #453dca


Comments

No comments written yet.

Please login to write comment.