Color Hex Logo

#614ded Color Hex

#614DED
(97,77,237)
0 Favorites   0 Comments

Color spaces of #614ded

RGB 9777237
HSL0.690.820.62
HSV248°68°93°
CMYK 0.590.680.00   0.07
XYZ22.869713.963681.6106
Yxy13.96360.19310.1179
Hunter Lab37.367943.8508-103.3304
CIE-Lab44.180751.5888-77.9139

#614ded color RGB value is (97,77,237).

#614ded hex color red value is 97, green value is 77 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #614ded hue: 0.69 , saturation: 0.82 and the lightness value of 614ded is 0.62.

The process color (four color CMYK) of #614ded color hex is 0.59, 0.68, 0.00, 0.07. Web safe color of #614ded is #6666ff. Color #614ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001101 11101101
Octal 141 115 355
Decimal 97 77 237
Hex 61 4D ED

RGB Percentages of Color #614ded

%23.60
%18.73
%57.66

CMYK Percentages of Color #614ded

%59
%68
%0
%7

Triadic Colors of #614ded

#614ded #ed614d #4ded61

Analogous Colors of #614ded

#614ded #b14ded #4d89ed

Monochromatic Colors of #614ded

#614ded

Complementary Color

#614ded #d9ed4d

#614ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#614ded Color CSS Codes

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

#614ded Text Font Color

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

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


#614ded Background Color

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

This div background color is #614ded


#614ded Border Color

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

This div border color is #614ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614ded


Comments

No comments written yet.

Please login to write comment.