Color Hex Logo

#453edd Color Hex

#453EDD
(69,62,221)
0 Favorites   0 Comments

Color spaces of #453edd

RGB 6962221
HSL0.670.700.55
HSV243°72°87°
CMYK 0.690.720.00   0.13
XYZ17.22809.930969.4155
Yxy9.93090.17840.1028
Hunter Lab31.513342.4357-108.5408
CIE-Lab37.718151.4232-79.5147

#453edd color RGB value is (69,62,221).

#453edd hex color red value is 69, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #453edd hue: 0.67 , saturation: 0.70 and the lightness value of 453edd is 0.55.

The process color (four color CMYK) of #453edd color hex is 0.69, 0.72, 0.00, 0.13. Web safe color of #453edd is #3333cc. Color #453edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00111110 11011101
Octal 105 76 335
Decimal 69 62 221
Hex 45 3E DD

RGB Percentages of Color #453edd

%19.60
%17.61
%62.78

CMYK Percentages of Color #453edd

%69
%72
%0
%13

Triadic Colors of #453edd

#453edd #dd453e #3edd45

Analogous Colors of #453edd

#453edd #953edd #3e87dd

Monochromatic Colors of #453edd

#453edd

Complementary Color

#453edd #d6dd3e

#453edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#453edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#453edd Color CSS Codes

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

#453edd Text Font Color

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

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


#453edd Background Color

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

This div background color is #453edd


#453edd Border Color

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

This div border color is #453edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #453edd


Comments

No comments written yet.

Please login to write comment.