Color Hex Logo

#453cce Color Hex

#453CCE
(69,60,206)
0 Favorites   0 Comments

Color spaces of #453cce

RGB 6960206
HSL0.680.600.52
HSV244°71°81°
CMYK 0.670.710.00   0.19
XYZ15.21078.953259.3190
Yxy8.95320.18220.1072
Hunter Lab29.921938.3766-96.5948
CIE-Lab35.894047.7795-73.8733

#453cce color RGB value is (69,60,206).

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

The process color (four color CMYK) of #453cce color hex is 0.67, 0.71, 0.00, 0.19. Web safe color of #453cce is #3333cc. Color #453cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00111100 11001110
Octal 105 74 316
Decimal 69 60 206
Hex 45 3C CE

RGB Percentages of Color #453cce

%20.60
%17.91
%61.49

CMYK Percentages of Color #453cce

%67
%71
%0
%19

Triadic Colors of #453cce

#453cce #ce453c #3cce45

Analogous Colors of #453cce

#453cce #8e3cce #3c7cce

Monochromatic Colors of #453cce

#453cce

Complementary Color

#453cce #c5ce3c

#453cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#453cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#453cce Color CSS Codes

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

#453cce Text Font Color

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

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


#453cce Background Color

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

This div background color is #453cce


#453cce Border Color

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

This div border color is #453cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #453cce


Comments

No comments written yet.

Please login to write comment.