Color Hex Logo

#4454be Color Hex

#4454BE
(68,84,190)
0 Favorites   0 Comments

Color spaces of #4454be

RGB 6884190
HSL0.640.480.51
HSV232°64°75°
CMYK 0.640.560.00   0.25
XYZ14.848511.287350.1113
Yxy11.28730.19470.1480
Hunter Lab33.596620.0967-64.9170
CIE-Lab40.060227.6498-57.7591

#4454be color RGB value is (68,84,190).

#4454be hex color red value is 68, green value is 84 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4454be hue: 0.64 , saturation: 0.48 and the lightness value of 4454be is 0.51.

The process color (four color CMYK) of #4454be color hex is 0.64, 0.56, 0.00, 0.25. Web safe color of #4454be is #3366cc. Color #4454be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010100 10111110
Octal 104 124 276
Decimal 68 84 190
Hex 44 54 BE

RGB Percentages of Color #4454be

%19.88
%24.56
%55.56

CMYK Percentages of Color #4454be

%64
%56
%0
%25

Triadic Colors of #4454be

#4454be #be4454 #54be44

Analogous Colors of #4454be

#4454be #7144be #4491be

Monochromatic Colors of #4454be

#4454be

Complementary Color

#4454be #beae44

#4454be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4454be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4454be Color CSS Codes

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

#4454be Text Font Color

<p style="color:#4454be">Text here</p>

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


#4454be Background Color

<div style="background-color:#4454be">
Div content here</div>

This div background color is #4454be


#4454be Border Color

<div style="border:3px solid #4454be">
Div here</div>

This div border color is #4454be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,84,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4454be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4454be;
  -webkit-box-shadow: 1px 1px 3px 2px #4454be;
  box-shadow:         1px 1px 3px 2px #4454be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,84,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4454be


Comments

No comments written yet.

Please login to write comment.