Color Hex Logo

#c274aa Color Hex

#C274AA
(194,116,170)
0 Favorites   0 Comments

Color spaces of #c274aa

RGB 194116170
HSL0.880.390.61
HSV318°40°76°
CMYK 0.000.400.12   0.24
XYZ35.749226.862441.3310
Yxy26.86240.34390.2584
Hunter Lab51.828932.4203-11.0006
CIE-Lab58.846738.3061-15.7650

#c274aa color RGB value is (194,116,170).

#c274aa hex color red value is 194, green value is 116 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c274aa hue: 0.88 , saturation: 0.39 and the lightness value of c274aa is 0.61.

The process color (four color CMYK) of #c274aa color hex is 0.00, 0.40, 0.12, 0.24. Web safe color of #c274aa is #cc6699. Color #c274aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 10101010
Octal 302 164 252
Decimal 194 116 170
Hex C2 74 AA

RGB Percentages of Color #c274aa

%40.42
%24.17
%35.42

CMYK Percentages of Color #c274aa

%0
%40
%12
%24

Triadic Colors of #c274aa

#c274aa #aac274 #74aac2

Analogous Colors of #c274aa

#c274aa #c27483 #b374c2

Monochromatic Colors of #c274aa

#c274aa

Complementary Color

#c274aa #74c28c

#c274aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c274aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c274aa Color CSS Codes

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

#c274aa Text Font Color

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

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


#c274aa Background Color

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

This div background color is #c274aa


#c274aa Border Color

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

This div border color is #c274aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c274aa


Comments

No comments written yet.

Please login to write comment.