Color Hex Logo

#614ccf Color Hex

#614CCF
(97,76,207)
0 Favorites   0 Comments

Color spaces of #614ccf

RGB 9776207
HSL0.690.580.55
HSV250°63°81°
CMYK 0.530.630.00   0.19
XYZ18.776712.215360.3996
Yxy12.21530.20550.1337
Hunter Lab34.950434.7339-77.9969
CIE-Lab41.556343.1163-65.0967

#614ccf color RGB value is (97,76,207).

#614ccf hex color red value is 97, green value is 76 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #614ccf hue: 0.69 , saturation: 0.58 and the lightness value of 614ccf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001100 11001111
Octal 141 114 317
Decimal 97 76 207
Hex 61 4C CF

RGB Percentages of Color #614ccf

%25.53
%20.00
%54.47

CMYK Percentages of Color #614ccf

%53
%63
%0
%19

Triadic Colors of #614ccf

#614ccf #cf614c #4ccf61

Analogous Colors of #614ccf

#614ccf #a34ccf #4c79cf

Monochromatic Colors of #614ccf

#614ccf

Complementary Color

#614ccf #bacf4c

#614ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#614ccf Color CSS Codes

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

#614ccf Text Font Color

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

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


#614ccf Background Color

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

This div background color is #614ccf


#614ccf Border Color

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

This div border color is #614ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614ccf


Comments

No comments written yet.

Please login to write comment.