Color Hex Logo

#7171fc Color Hex

#7171FC
(113,113,252)
0 Favorites   0 Comments

Color spaces of #7171fc

RGB 113113252
HSL0.670.960.72
HSV240°55°99°
CMYK 0.550.550.00   0.01
XYZ30.285922.349294.8131
Yxy22.34920.20540.1516
Hunter Lab47.274931.6219-85.8177
CIE-Lab54.395638.0813-69.6134

#7171fc color RGB value is (113,113,252).

#7171fc hex color red value is 113, green value is 113 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7171fc hue: 0.67 , saturation: 0.96 and the lightness value of 7171fc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110001 11111100
Octal 161 161 374
Decimal 113 113 252
Hex 71 71 FC

RGB Percentages of Color #7171fc

%23.64
%23.64
%52.72

CMYK Percentages of Color #7171fc

%55
%55
%0
%1

Triadic Colors of #7171fc

#7171fc #fc7171 #71fc71

Analogous Colors of #7171fc

#7171fc #b771fc #71b7fc

Monochromatic Colors of #7171fc

#7171fc

Complementary Color

#7171fc #fcfc71

#7171fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7171fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7171fc Color CSS Codes

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

#7171fc Text Font Color

<p style="color:#7171fc">Text here</p>

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


#7171fc Background Color

<div style="background-color:#7171fc">
Div content here</div>

This div background color is #7171fc


#7171fc Border Color

<div style="border:3px solid #7171fc">
Div here</div>

This div border color is #7171fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,113,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7171fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7171fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7171fc;
  box-shadow:         1px 1px 3px 2px #7171fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7171fc

Related Colors


Comments

No comments written yet.

Please login to write comment.