Color Hex Logo

#614298 Color Hex

#614298
(97,66,152)
0 Favorites   0 Comments

Color spaces of #614298

RGB 9766152
HSL0.730.390.43
HSV262°57°60°
CMYK 0.360.570.00   0.40
XYZ12.54558.704830.7247
Yxy8.70480.24140.1675
Hunter Lab29.503924.2691-41.0906
CIE-Lab35.409632.9843-42.5442

#614298 color RGB value is (97,66,152).

#614298 hex color red value is 97, green value is 66 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #614298 hue: 0.73 , saturation: 0.39 and the lightness value of 614298 is 0.43.

The process color (four color CMYK) of #614298 color hex is 0.36, 0.57, 0.00, 0.40. Web safe color of #614298 is #663399. Color #614298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000010 10011000
Octal 141 102 230
Decimal 97 66 152
Hex 61 42 98

RGB Percentages of Color #614298

%30.79
%20.95
%48.25

CMYK Percentages of Color #614298

%36
%57
%0
%40

Triadic Colors of #614298

#614298 #986142 #429861

Analogous Colors of #614298

#614298 #8c4298 #424e98

Monochromatic Colors of #614298

#614298

Complementary Color

#614298 #799842

#614298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614298 Color CSS Codes

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

#614298 Text Font Color

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

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


#614298 Background Color

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

This div background color is #614298


#614298 Border Color

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

This div border color is #614298


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,66,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #614298; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #614298;
  -webkit-box-shadow: 1px 1px 3px 2px #614298;
  box-shadow:         1px 1px 3px 2px #614298; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614298


Comments

No comments written yet.

Please login to write comment.