Color Hex Logo

#614bbc Color Hex

#614BBC
(97,75,188)
0 Favorites   0 Comments

Color spaces of #614bbc

RGB 9775188
HSL0.700.460.52
HSV252°60°74°
CMYK 0.480.600.00   0.26
XYZ16.522911.204448.8688
Yxy11.20440.21570.1463
Hunter Lab33.473029.5333-63.1292
CIE-Lab39.922638.0067-56.7094

#614bbc color RGB value is (97,75,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001011 10111100
Octal 141 113 274
Decimal 97 75 188
Hex 61 4B BC

RGB Percentages of Color #614bbc

%26.94
%20.83
%52.22

CMYK Percentages of Color #614bbc

%48
%60
%0
%26

Triadic Colors of #614bbc

#614bbc #bc614b #4bbc61

Analogous Colors of #614bbc

#614bbc #9a4bbc #4b6ebc

Monochromatic Colors of #614bbc

#614bbc

Complementary Color

#614bbc #a6bc4b

#614bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#614bbc Color CSS Codes

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

#614bbc Text Font Color

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

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


#614bbc Background Color

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

This div background color is #614bbc


#614bbc Border Color

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

This div border color is #614bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614bbc


Comments

No comments written yet.

Please login to write comment.