Color Hex Logo

#7144af Color Hex

#7144AF
(113,68,175)
0 Favorites   0 Comments

Color spaces of #7144af

RGB 11368175
HSL0.740.440.48
HSV265°61°69°
CMYK 0.350.610.00   0.31
XYZ16.615010.740141.7548
Yxy10.74010.24040.1554
Hunter Lab32.772133.1459-52.6007
CIE-Lab39.139241.9009-50.2367

#7144af color RGB value is (113,68,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000100 10101111
Octal 161 104 257
Decimal 113 68 175
Hex 71 44 AF

RGB Percentages of Color #7144af

%31.74
%19.10
%49.16

CMYK Percentages of Color #7144af

%35
%61
%0
%31

Triadic Colors of #7144af

#7144af #af7144 #44af71

Analogous Colors of #7144af

#7144af #a744af #444daf

Monochromatic Colors of #7144af

#7144af

Complementary Color

#7144af #82af44

#7144af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7144af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7144af Color CSS Codes

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

#7144af Text Font Color

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

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


#7144af Background Color

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

This div background color is #7144af


#7144af Border Color

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

This div border color is #7144af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7144af


Comments

No comments written yet.

Please login to write comment.