Color Hex Logo

#7461df Color Hex

#7461DF
(116,97,223)
0 Favorites   0 Comments

Color spaces of #7461df

RGB 11697223
HSL0.690.660.63
HSV249°57°87°
CMYK 0.480.570.00   0.13
XYZ24.796417.590171.9004
Yxy17.59010.21700.1539
Hunter Lab41.940632.1381-72.2849
CIE-Lab48.995139.3358-62.1016

#7461df color RGB value is (116,97,223).

#7461df hex color red value is 116, green value is 97 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7461df hue: 0.69 , saturation: 0.66 and the lightness value of 7461df is 0.63.

The process color (four color CMYK) of #7461df color hex is 0.48, 0.57, 0.00, 0.13. Web safe color of #7461df is #6666cc. Color #7461df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100001 11011111
Octal 164 141 337
Decimal 116 97 223
Hex 74 61 DF

RGB Percentages of Color #7461df

%26.61
%22.25
%51.15

CMYK Percentages of Color #7461df

%48
%57
%0
%13

Triadic Colors of #7461df

#7461df #df7461 #61df74

Analogous Colors of #7461df

#7461df #b361df #618ddf

Monochromatic Colors of #7461df

#7461df

Complementary Color

#7461df #ccdf61

#7461df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7461df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7461df Color CSS Codes

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

#7461df Text Font Color

<p style="color:#7461df">Text here</p>

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


#7461df Background Color

<div style="background-color:#7461df">
Div content here</div>

This div background color is #7461df


#7461df Border Color

<div style="border:3px solid #7461df">
Div here</div>

This div border color is #7461df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,97,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7461df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7461df;
  -webkit-box-shadow: 1px 1px 3px 2px #7461df;
  box-shadow:         1px 1px 3px 2px #7461df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7461df


Comments

No comments written yet.

Please login to write comment.