Color Hex Logo

#654eb0 Color Hex

#654EB0
(101,78,176)
0 Favorites   0 Comments

Color spaces of #654eb0

RGB 10178176
HSL0.710.390.50
HSV254°56°69°
CMYK 0.430.560.00   0.31
XYZ15.927711.350142.4256
Yxy11.35010.22850.1628
Hunter Lab33.689925.4327-51.0808
CIE-Lab40.164033.5746-49.2439

#654eb0 color RGB value is (101,78,176).

#654eb0 hex color red value is 101, green value is 78 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #654eb0 hue: 0.71 , saturation: 0.39 and the lightness value of 654eb0 is 0.50.

The process color (four color CMYK) of #654eb0 color hex is 0.43, 0.56, 0.00, 0.31. Web safe color of #654eb0 is #666699. Color #654eb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001110 10110000
Octal 145 116 260
Decimal 101 78 176
Hex 65 4E B0

RGB Percentages of Color #654eb0

%28.45
%21.97
%49.58

CMYK Percentages of Color #654eb0

%43
%56
%0
%31

Triadic Colors of #654eb0

#654eb0 #b0654e #4eb065

Analogous Colors of #654eb0

#654eb0 #964eb0 #4e68b0

Monochromatic Colors of #654eb0

#654eb0

Complementary Color

#654eb0 #99b04e

#654eb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#654eb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#654eb0 Color CSS Codes

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

#654eb0 Text Font Color

<p style="color:#654eb0">Text here</p>

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


#654eb0 Background Color

<div style="background-color:#654eb0">
Div content here</div>

This div background color is #654eb0


#654eb0 Border Color

<div style="border:3px solid #654eb0">
Div here</div>

This div border color is #654eb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,78,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #654eb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #654eb0;
  -webkit-box-shadow: 1px 1px 3px 2px #654eb0;
  box-shadow:         1px 1px 3px 2px #654eb0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,78,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #654eb0


Comments

No comments written yet.

Please login to write comment.