Color Hex Logo

#7143ff Color Hex

#7143FF
(113,67,255)
0 Favorites   0 Comments

Color spaces of #7143ff

RGB 11367255
HSL0.711.000.63
HSV255°74°100°
CMYK 0.560.740.00   0.00
XYZ26.867214.745096.0378
Yxy14.74500.19520.1071
Hunter Lab38.399257.6944-121.4069
CIE-Lab45.282963.9936-86.1436

#7143ff color RGB value is (113,67,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000011 11111111
Octal 161 103 377
Decimal 113 67 255
Hex 71 43 FF

RGB Percentages of Color #7143ff

%25.98
%15.40
%58.62

CMYK Percentages of Color #7143ff

%56
%74
%0
%0

Triadic Colors of #7143ff

#7143ff #ff7143 #43ff71

Analogous Colors of #7143ff

#7143ff #cf43ff #4373ff

Monochromatic Colors of #7143ff

#7143ff

Complementary Color

#7143ff #d1ff43

#7143ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7143ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7143ff Color CSS Codes

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

#7143ff Text Font Color

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

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


#7143ff Background Color

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

This div background color is #7143ff


#7143ff Border Color

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

This div border color is #7143ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7143ff


Comments

No comments written yet.

Please login to write comment.