Color Hex Logo

#614bbb Color Hex

#614BBB
(97,75,187)
0 Favorites   0 Comments

Color spaces of #614bbb

RGB 9775187
HSL0.700.450.51
HSV252°60°73°
CMYK 0.480.600.00   0.27
XYZ16.415511.161448.3029
Yxy11.16140.21630.1471
Hunter Lab33.408729.2416-62.3365
CIE-Lab39.851037.7096-56.2396

#614bbb color RGB value is (97,75,187).

#614bbb hex color red value is 97, green value is 75 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #614bbb hue: 0.70 , saturation: 0.45 and the lightness value of 614bbb is 0.51.

The process color (four color CMYK) of #614bbb color hex is 0.48, 0.60, 0.00, 0.27. Web safe color of #614bbb is #6633cc. Color #614bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001011 10111011
Octal 141 113 273
Decimal 97 75 187
Hex 61 4B BB

RGB Percentages of Color #614bbb

%27.02
%20.89
%52.09

CMYK Percentages of Color #614bbb

%48
%60
%0
%27

Triadic Colors of #614bbb

#614bbb #bb614b #4bbb61

Analogous Colors of #614bbb

#614bbb #994bbb #4b6dbb

Monochromatic Colors of #614bbb

#614bbb

Complementary Color

#614bbb #a5bb4b

#614bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#614bbb Color CSS Codes

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

#614bbb Text Font Color

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

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


#614bbb Background Color

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

This div background color is #614bbb


#614bbb Border Color

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

This div border color is #614bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614bbb


Comments

No comments written yet.

Please login to write comment.