Color Hex Logo

#611dfa Color Hex

#611DFA
(97,29,250)
0 Favorites   0 Comments

Color spaces of #611dfa

RGB 9729250
HSL0.720.960.55
HSV258°88°98°
CMYK 0.610.880.00   0.02
XYZ22.624410.322291.2424
Yxy10.32220.18220.0831
Hunter Lab32.128269.4739-145.8909
CIE-Lab38.414675.3267-94.7385

#611dfa color RGB value is (97,29,250).

#611dfa hex color red value is 97, green value is 29 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #611dfa hue: 0.72 , saturation: 0.96 and the lightness value of 611dfa is 0.55.

The process color (four color CMYK) of #611dfa color hex is 0.61, 0.88, 0.00, 0.02. Web safe color of #611dfa is #6633ff. Color #611dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011101 11111010
Octal 141 35 372
Decimal 97 29 250
Hex 61 1D FA

RGB Percentages of Color #611dfa

%25.80
%7.71
%66.49

CMYK Percentages of Color #611dfa

%61
%88
%0
%2

Triadic Colors of #611dfa

#611dfa #fa611d #1dfa61

Analogous Colors of #611dfa

#611dfa #d01dfa #1d48fa

Monochromatic Colors of #611dfa

#611dfa

Complementary Color

#611dfa #b6fa1d

#611dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#611dfa Color CSS Codes

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

#611dfa Text Font Color

<p style="color:#611dfa">Text here</p>

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


#611dfa Background Color

<div style="background-color:#611dfa">
Div content here</div>

This div background color is #611dfa


#611dfa Border Color

<div style="border:3px solid #611dfa">
Div here</div>

This div border color is #611dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,29,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #611dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #611dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #611dfa;
  box-shadow:         1px 1px 3px 2px #611dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611dfa


Comments

No comments written yet.

Please login to write comment.