Color Hex Logo

#7147de Color Hex

#7147DE
(113,71,222)
0 Favorites   0 Comments

Color spaces of #7147de

RGB 11371222
HSL0.710.700.57
HSV257°68°87°
CMYK 0.490.680.00   0.13
XYZ22.248113.291170.5001
Yxy13.29110.20980.1253
Hunter Lab36.457045.1311-89.1345
CIE-Lab43.198652.9783-70.9575

#7147de color RGB value is (113,71,222).

#7147de hex color red value is 113, green value is 71 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7147de hue: 0.71 , saturation: 0.70 and the lightness value of 7147de is 0.57.

The process color (four color CMYK) of #7147de color hex is 0.49, 0.68, 0.00, 0.13. Web safe color of #7147de is #6633cc. Color #7147de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000111 11011110
Octal 161 107 336
Decimal 113 71 222
Hex 71 47 DE

RGB Percentages of Color #7147de

%27.83
%17.49
%54.68

CMYK Percentages of Color #7147de

%49
%68
%0
%13

Triadic Colors of #7147de

#7147de #de7147 #47de71

Analogous Colors of #7147de

#7147de #bd47de #4769de

Monochromatic Colors of #7147de

#7147de

Complementary Color

#7147de #b4de47

#7147de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7147de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7147de Color CSS Codes

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

#7147de Text Font Color

<p style="color:#7147de">Text here</p>

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


#7147de Background Color

<div style="background-color:#7147de">
Div content here</div>

This div background color is #7147de


#7147de Border Color

<div style="border:3px solid #7147de">
Div here</div>

This div border color is #7147de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,71,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7147de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7147de;
  -webkit-box-shadow: 1px 1px 3px 2px #7147de;
  box-shadow:         1px 1px 3px 2px #7147de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7147de


Comments

No comments written yet.

Please login to write comment.