Color Hex Logo

#6454be Color Hex

#6454BE
(100,84,190)
0 Favorites   0 Comments

Color spaces of #6454be

RGB 10084190
HSL0.690.450.54
HSV249°56°75°
CMYK 0.470.560.00   0.25
XYZ17.720112.767750.2457
Yxy12.76770.21950.1581
Hunter Lab35.731925.9905-58.3604
CIE-Lab42.411133.8637-53.8438

#6454be color RGB value is (100,84,190).

#6454be hex color red value is 100, green value is 84 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6454be hue: 0.69 , saturation: 0.45 and the lightness value of 6454be is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010100 10111110
Octal 144 124 276
Decimal 100 84 190
Hex 64 54 BE

RGB Percentages of Color #6454be

%26.74
%22.46
%50.80

CMYK Percentages of Color #6454be

%47
%56
%0
%25

Triadic Colors of #6454be

#6454be #be6454 #54be64

Analogous Colors of #6454be

#6454be #9954be #5479be

Monochromatic Colors of #6454be

#6454be

Complementary Color

#6454be #aebe54

#6454be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6454be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6454be Color CSS Codes

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

#6454be Text Font Color

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

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


#6454be Background Color

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

This div background color is #6454be


#6454be Border Color

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

This div border color is #6454be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,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 #6454be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6454be


Comments

No comments written yet.

Please login to write comment.