Color Hex Logo

#453dee Color Hex

#453DEE
(69,61,238)
0 Favorites   0 Comments

Color spaces of #453dee

RGB 6961238
HSL0.670.840.59
HSV243°74°93°
CMYK 0.710.740.00   0.07
XYZ19.555610.775781.9382
Yxy10.77570.17420.0960
Hunter Lab32.826448.8914-125.0159
CIE-Lab39.200157.2445-86.7439

#453dee color RGB value is (69,61,238).

#453dee hex color red value is 69, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #453dee hue: 0.67 , saturation: 0.84 and the lightness value of 453dee is 0.59.

The process color (four color CMYK) of #453dee color hex is 0.71, 0.74, 0.00, 0.07. Web safe color of #453dee is #3333ff. Color #453dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00111101 11101110
Octal 105 75 356
Decimal 69 61 238
Hex 45 3D EE

RGB Percentages of Color #453dee

%18.75
%16.58
%64.67

CMYK Percentages of Color #453dee

%71
%74
%0
%7

Triadic Colors of #453dee

#453dee #ee453d #3dee45

Analogous Colors of #453dee

#453dee #9e3dee #3d8eee

Monochromatic Colors of #453dee

#453dee

Complementary Color

#453dee #e6ee3d

#453dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#453dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#453dee Color CSS Codes

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

#453dee Text Font Color

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

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


#453dee Background Color

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

This div background color is #453dee


#453dee Border Color

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

This div border color is #453dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #453dee


Comments

No comments written yet.

Please login to write comment.