Color Hex Logo

#7171dc Color Hex

#7171DC
(113,113,220)
0 Favorites   0 Comments

Color spaces of #7171dc

RGB 113113220
HSL0.670.600.65
HSV240°49°86°
CMYK 0.490.490.00   0.14
XYZ25.633420.488370.3137
Yxy20.48830.22020.1760
Hunter Lab45.264021.8741-60.4171
CIE-Lab52.384928.2799-54.9665

#7171dc color RGB value is (113,113,220).

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

The process color (four color CMYK) of #7171dc color hex is 0.49, 0.49, 0.00, 0.14. Web safe color of #7171dc is #6666cc. Color #7171dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110001 11011100
Octal 161 161 334
Decimal 113 113 220
Hex 71 71 DC

RGB Percentages of Color #7171dc

%25.34
%25.34
%49.33

CMYK Percentages of Color #7171dc

%49
%49
%0
%14

Triadic Colors of #7171dc

#7171dc #dc7171 #71dc71

Analogous Colors of #7171dc

#7171dc #a771dc #71a7dc

Monochromatic Colors of #7171dc

#7171dc

Complementary Color

#7171dc #dcdc71

#7171dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7171dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7171dc Color CSS Codes

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

#7171dc Text Font Color

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

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


#7171dc Background Color

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

This div background color is #7171dc


#7171dc Border Color

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

This div border color is #7171dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7171dc


Comments

No comments written yet.

Please login to write comment.