Color Hex Logo

#7147ff Color Hex

#7147FF
(113,71,255)
0 Favorites   0 Comments

Color spaces of #7147ff

RGB 11371255
HSL0.701.000.64
HSV254°72°100°
CMYK 0.560.720.00   0.00
XYZ27.113315.237296.1198
Yxy15.23720.19580.1100
Hunter Lab39.034955.6737-118.6719
CIE-Lab45.957462.0854-85.0354

#7147ff color RGB value is (113,71,255).

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

The process color (four color CMYK) of #7147ff color hex is 0.56, 0.72, 0.00, 0.00. Web safe color of #7147ff is #6633ff. Color #7147ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000111 11111111
Octal 161 107 377
Decimal 113 71 255
Hex 71 47 FF

RGB Percentages of Color #7147ff

%25.74
%16.17
%58.09

CMYK Percentages of Color #7147ff

%56
%72
%0
%0

Triadic Colors of #7147ff

#7147ff #ff7147 #47ff71

Analogous Colors of #7147ff

#7147ff #cd47ff #4779ff

Monochromatic Colors of #7147ff

#7147ff

Complementary Color

#7147ff #d5ff47

#7147ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7147ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7147ff Color CSS Codes

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

#7147ff Text Font Color

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

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


#7147ff Background Color

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

This div background color is #7147ff


#7147ff Border Color

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

This div border color is #7147ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,71,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 #7147ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7147ff

Related Colors


Comments

No comments written yet.

Please login to write comment.