Color Hex Logo

#c741aa Color Hex

#C741AA
(199,65,170)
0 Favorites   0 Comments

Color spaces of #c741aa

RGB 19965170
HSL0.870.540.52
HSV313°67°78°
CMYK 0.000.670.15   0.22
XYZ32.699218.825039.9404
Yxy18.82500.35750.2058
Hunter Lab43.387858.5979-24.2076
CIE-Lab50.481863.7910-28.5446

#c741aa color RGB value is (199,65,170).

#c741aa hex color red value is 199, green value is 65 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c741aa hue: 0.87 , saturation: 0.54 and the lightness value of c741aa is 0.52.

The process color (four color CMYK) of #c741aa color hex is 0.00, 0.67, 0.15, 0.22. Web safe color of #c741aa is #cc3399. Color #c741aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000001 10101010
Octal 307 101 252
Decimal 199 65 170
Hex C7 41 AA

RGB Percentages of Color #c741aa

%45.85
%14.98
%39.17

CMYK Percentages of Color #c741aa

%0
%67
%15
%22

Triadic Colors of #c741aa

#c741aa #aac741 #41aac7

Analogous Colors of #c741aa

#c741aa #c74167 #a141c7

Monochromatic Colors of #c741aa

#c741aa

Complementary Color

#c741aa #41c75e

#c741aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c741aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c741aa Color CSS Codes

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

#c741aa Text Font Color

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

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


#c741aa Background Color

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

This div background color is #c741aa


#c741aa Border Color

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

This div border color is #c741aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,65,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c741aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c741aa;
  -webkit-box-shadow: 1px 1px 3px 2px #c741aa;
  box-shadow:         1px 1px 3px 2px #c741aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,65,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c741aa


Comments

No comments written yet.

Please login to write comment.