Color Hex Logo

#614acd Color Hex

#614ACD
(97,74,205)
0 Favorites   0 Comments

Color spaces of #614acd

RGB 9774205
HSL0.700.570.55
HSV251°64°80°
CMYK 0.530.640.00   0.20
XYZ18.398011.846759.0746
Yxy11.84670.20600.1326
Hunter Lab34.419035.1803-77.6682
CIE-Lab40.971443.6662-64.8945

#614acd color RGB value is (97,74,205).

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

The process color (four color CMYK) of #614acd color hex is 0.53, 0.64, 0.00, 0.20. Web safe color of #614acd is #6633cc. Color #614acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001010 11001101
Octal 141 112 315
Decimal 97 74 205
Hex 61 4A CD

RGB Percentages of Color #614acd

%25.80
%19.68
%54.52

CMYK Percentages of Color #614acd

%53
%64
%0
%20

Triadic Colors of #614acd

#614acd #cd614a #4acd61

Analogous Colors of #614acd

#614acd #a34acd #4a75cd

Monochromatic Colors of #614acd

#614acd

Complementary Color

#614acd #b6cd4a

#614acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#614acd Color CSS Codes

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

#614acd Text Font Color

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

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


#614acd Background Color

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

This div background color is #614acd


#614acd Border Color

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

This div border color is #614acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,74,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614acd


Comments

No comments written yet.

Please login to write comment.