Color Hex Logo

#7173cf Color Hex

#7173CF
(113,115,207)
0 Favorites   0 Comments

Color spaces of #7173cf

RGB 113115207
HSL0.660.490.63
HSV239°45°81°
CMYK 0.450.440.00   0.19
XYZ24.203320.277261.6697
Yxy20.27720.22800.1910
Hunter Lab45.030217.1391-49.6776
CIE-Lab52.149223.1729-47.9770

#7173cf color RGB value is (113,115,207).

#7173cf hex color red value is 113, green value is 115 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7173cf hue: 0.66 , saturation: 0.49 and the lightness value of 7173cf is 0.63.

The process color (four color CMYK) of #7173cf color hex is 0.45, 0.44, 0.00, 0.19. Web safe color of #7173cf is #6666cc. Color #7173cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110011 11001111
Octal 161 163 317
Decimal 113 115 207
Hex 71 73 CF

RGB Percentages of Color #7173cf

%25.98
%26.44
%47.59

CMYK Percentages of Color #7173cf

%45
%44
%0
%19

Triadic Colors of #7173cf

#7173cf #cf7173 #73cf71

Analogous Colors of #7173cf

#7173cf #9e71cf #71a2cf

Monochromatic Colors of #7173cf

#7173cf

Complementary Color

#7173cf #cfcd71

#7173cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7173cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7173cf Color CSS Codes

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

#7173cf Text Font Color

<p style="color:#7173cf">Text here</p>

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


#7173cf Background Color

<div style="background-color:#7173cf">
Div content here</div>

This div background color is #7173cf


#7173cf Border Color

<div style="border:3px solid #7173cf">
Div here</div>

This div border color is #7173cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,115,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7173cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7173cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7173cf;
  box-shadow:         1px 1px 3px 2px #7173cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7173cf


Comments

No comments written yet.

Please login to write comment.