Color Hex Logo

#614bca Color Hex

#614BCA
(97,75,202)
0 Favorites   0 Comments

Color spaces of #614bca

RGB 9775202
HSL0.700.550.54
HSV250°63°79°
CMYK 0.520.630.00   0.21
XYZ18.106511.837857.2077
Yxy11.83780.20780.1358
Hunter Lab34.406133.7264-74.4984
CIE-Lab40.957242.1920-63.1824

#614bca color RGB value is (97,75,202).

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

The process color (four color CMYK) of #614bca color hex is 0.52, 0.63, 0.00, 0.21. Web safe color of #614bca is #6633cc. Color #614bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001011 11001010
Octal 141 113 312
Decimal 97 75 202
Hex 61 4B CA

RGB Percentages of Color #614bca

%25.94
%20.05
%54.01

CMYK Percentages of Color #614bca

%52
%63
%0
%21

Triadic Colors of #614bca

#614bca #ca614b #4bca61

Analogous Colors of #614bca

#614bca #a14bca #4b75ca

Monochromatic Colors of #614bca

#614bca

Complementary Color

#614bca #b4ca4b

#614bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#614bca Color CSS Codes

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

#614bca Text Font Color

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

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


#614bca Background Color

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

This div background color is #614bca


#614bca Border Color

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

This div border color is #614bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614bca


Comments

No comments written yet.

Please login to write comment.