Color Hex Logo

#c734aa Color Hex

#C734AA
(199,52,170)
0 Favorites   0 Comments

Color spaces of #c734aa

RGB 19952170
HSL0.870.590.49
HSV312°74°78°
CMYK 0.000.740.15   0.22
XYZ32.036917.500439.7196
Yxy17.50040.35890.1961
Hunter Lab41.833563.4902-27.0106
CIE-Lab48.884568.2947-31.0344

#c734aa color RGB value is (199,52,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110100 10101010
Octal 307 64 252
Decimal 199 52 170
Hex C7 34 AA

RGB Percentages of Color #c734aa

%47.27
%12.35
%40.38

CMYK Percentages of Color #c734aa

%0
%74
%15
%22

Triadic Colors of #c734aa

#c734aa #aac734 #34aac7

Analogous Colors of #c734aa

#c734aa #c73461 #9b34c7

Monochromatic Colors of #c734aa

#c734aa

Complementary Color

#c734aa #34c751

#c734aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c734aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c734aa Color CSS Codes

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

#c734aa Text Font Color

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

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


#c734aa Background Color

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

This div background color is #c734aa


#c734aa Border Color

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

This div border color is #c734aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,52,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 #c734aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c734aa


Comments

No comments written yet.

Please login to write comment.