Color Hex Logo

#7473ff Color Hex

#7473FF
(116,115,255)
0 Favorites   0 Comments

Color spaces of #7473ff

RGB 116115255
HSL0.671.000.73
HSV240°55°100°
CMYK 0.550.550.00   0.00
XYZ31.383223.194597.4306
Yxy23.19450.20650.1526
Hunter Lab48.160732.0358-86.2331
CIE-Lab55.272138.3787-69.8437

#7473ff color RGB value is (116,115,255).

#7473ff hex color red value is 116, green value is 115 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7473ff hue: 0.67 , saturation: 1.00 and the lightness value of 7473ff is 0.73.

The process color (four color CMYK) of #7473ff color hex is 0.55, 0.55, 0.00, 0.00. Web safe color of #7473ff is #6666ff. Color #7473ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110011 11111111
Octal 164 163 377
Decimal 116 115 255
Hex 74 73 FF

RGB Percentages of Color #7473ff

%23.87
%23.66
%52.47

CMYK Percentages of Color #7473ff

%55
%55
%0
%0

Triadic Colors of #7473ff

#7473ff #ff7473 #73ff74

Analogous Colors of #7473ff

#7473ff #ba73ff #73b8ff

Monochromatic Colors of #7473ff

#7473ff

Complementary Color

#7473ff #feff73

#7473ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7473ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7473ff Color CSS Codes

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

#7473ff Text Font Color

<p style="color:#7473ff">Text here</p>

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


#7473ff Background Color

<div style="background-color:#7473ff">
Div content here</div>

This div background color is #7473ff


#7473ff Border Color

<div style="border:3px solid #7473ff">
Div here</div>

This div border color is #7473ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,115,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7473ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7473ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7473ff;
  box-shadow:         1px 1px 3px 2px #7473ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7473ff

Related Colors


Comments

No comments written yet.

Please login to write comment.