Color Hex Logo

#7041af Color Hex

#7041AF
(112,65,175)
0 Favorites   0 Comments

Color spaces of #7041af

RGB 11265175
HSL0.740.460.47
HSV266°63°69°
CMYK 0.360.630.00   0.31
XYZ16.310310.320541.6898
Yxy10.32050.23870.1511
Hunter Lab32.125534.4057-54.4537
CIE-Lab38.411643.3177-51.4158

#7041af color RGB value is (112,65,175).

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

The process color (four color CMYK) of #7041af color hex is 0.36, 0.63, 0.00, 0.31. Web safe color of #7041af is #663399. Color #7041af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000001 10101111
Octal 160 101 257
Decimal 112 65 175
Hex 70 41 AF

RGB Percentages of Color #7041af

%31.82
%18.47
%49.72

CMYK Percentages of Color #7041af

%36
%63
%0
%31

Triadic Colors of #7041af

#7041af #af7041 #41af70

Analogous Colors of #7041af

#7041af #a741af #4149af

Monochromatic Colors of #7041af

#7041af

Complementary Color

#7041af #80af41

#7041af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7041af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7041af Color CSS Codes

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

#7041af Text Font Color

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

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


#7041af Background Color

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

This div background color is #7041af


#7041af Border Color

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

This div border color is #7041af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7041af


Comments

No comments written yet.

Please login to write comment.