Color Hex Logo

#614abe Color Hex

#614ABE
(97,74,190)
1 Favorites   0 Comments

Color spaces of #614abe

RGB 9774190
HSL0.700.470.52
HSV252°61°75°
CMYK 0.490.610.00   0.25
XYZ16.672811.156749.9899
Yxy11.15670.21420.1434
Hunter Lab33.401630.6474-65.3540
CIE-Lab39.843139.1906-58.0086

#614abe color RGB value is (97,74,190).

#614abe hex color red value is 97, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #614abe hue: 0.70 , saturation: 0.47 and the lightness value of 614abe is 0.52.

The process color (four color CMYK) of #614abe color hex is 0.49, 0.61, 0.00, 0.25. Web safe color of #614abe is #6633cc. Color #614abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001010 10111110
Octal 141 112 276
Decimal 97 74 190
Hex 61 4A BE

RGB Percentages of Color #614abe

%26.87
%20.50
%52.63

CMYK Percentages of Color #614abe

%49
%61
%0
%25

Triadic Colors of #614abe

#614abe #be614a #4abe61

Analogous Colors of #614abe

#614abe #9b4abe #4a6dbe

Monochromatic Colors of #614abe

#614abe

Complementary Color

#614abe #a7be4a

#614abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#614abe Color CSS Codes

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

#614abe Text Font Color

<p style="color:#614abe">Text here</p>

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


#614abe Background Color

<div style="background-color:#614abe">
Div content here</div>

This div background color is #614abe


#614abe Border Color

<div style="border:3px solid #614abe">
Div here</div>

This div border color is #614abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,74,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #614abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #614abe;
  -webkit-box-shadow: 1px 1px 3px 2px #614abe;
  box-shadow:         1px 1px 3px 2px #614abe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,74,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 #614abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614abe


Comments

No comments written yet.

Please login to write comment.