Color Hex Logo

#7143af Color Hex

#7143AF
(113,67,175)
0 Favorites   0 Comments

Color spaces of #7143af

RGB 11367175
HSL0.740.450.47
HSV266°62°69°
CMYK 0.350.620.00   0.31
XYZ16.555110.620241.7348
Yxy10.62020.24020.1541
Hunter Lab32.588633.6482-53.1180
CIE-Lab38.933342.4523-50.5686

#7143af color RGB value is (113,67,175).

#7143af hex color red value is 113, green value is 67 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7143af hue: 0.74 , saturation: 0.45 and the lightness value of 7143af is 0.47.

The process color (four color CMYK) of #7143af color hex is 0.35, 0.62, 0.00, 0.31. Web safe color of #7143af is #663399. Color #7143af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000011 10101111
Octal 161 103 257
Decimal 113 67 175
Hex 71 43 AF

RGB Percentages of Color #7143af

%31.83
%18.87
%49.30

CMYK Percentages of Color #7143af

%35
%62
%0
%31

Triadic Colors of #7143af

#7143af #af7143 #43af71

Analogous Colors of #7143af

#7143af #a743af #434baf

Monochromatic Colors of #7143af

#7143af

Complementary Color

#7143af #81af43

#7143af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7143af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7143af Color CSS Codes

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

#7143af Text Font Color

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

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


#7143af Background Color

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

This div background color is #7143af


#7143af Border Color

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

This div border color is #7143af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7143af


Comments

No comments written yet.

Please login to write comment.