Color Hex Logo

#6114da Color Hex

#6114DA
(97,20,218)
0 Favorites   0 Comments

Color spaces of #6114da

RGB 9720218
HSL0.730.830.47
HSV263°91°85°
CMYK 0.560.910.00   0.15
XYZ17.83488.103766.9538
Yxy8.10370.19200.0872
Hunter Lab28.467062.0144-119.5220
CIE-Lab34.197969.8804-83.5247

#6114da color RGB value is (97,20,218).

#6114da hex color red value is 97, green value is 20 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6114da hue: 0.73 , saturation: 0.83 and the lightness value of 6114da is 0.47.

The process color (four color CMYK) of #6114da color hex is 0.56, 0.91, 0.00, 0.15. Web safe color of #6114da is #6600cc. Color #6114da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010100 11011010
Octal 141 24 332
Decimal 97 20 218
Hex 61 14 DA

RGB Percentages of Color #6114da

%28.96
%5.97
%65.07

CMYK Percentages of Color #6114da

%56
%91
%0
%15

Triadic Colors of #6114da

#6114da #da6114 #14da61

Analogous Colors of #6114da

#6114da #c414da #142ada

Monochromatic Colors of #6114da

#6114da

Complementary Color

#6114da #8dda14

#6114da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6114da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6114da Color CSS Codes

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

#6114da Text Font Color

<p style="color:#6114da">Text here</p>

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


#6114da Background Color

<div style="background-color:#6114da">
Div content here</div>

This div background color is #6114da


#6114da Border Color

<div style="border:3px solid #6114da">
Div here</div>

This div border color is #6114da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,20,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6114da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6114da;
  -webkit-box-shadow: 1px 1px 3px 2px #6114da;
  box-shadow:         1px 1px 3px 2px #6114da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6114da


Comments

No comments written yet.

Please login to write comment.