Color Hex Logo

#c274ac Color Hex

#C274AC
(194,116,172)
0 Favorites   0 Comments

Color spaces of #c274ac

RGB 194116172
HSL0.880.390.61
HSV317°40°76°
CMYK 0.000.400.11   0.24
XYZ35.939926.938742.3352
Yxy26.93870.34160.2560
Hunter Lab51.902532.7730-12.0292
CIE-Lab58.917538.6416-16.8064

#c274ac color RGB value is (194,116,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 10101100
Octal 302 164 254
Decimal 194 116 172
Hex C2 74 AC

RGB Percentages of Color #c274ac

%40.25
%24.07
%35.68

CMYK Percentages of Color #c274ac

%0
%40
%11
%24

Triadic Colors of #c274ac

#c274ac #acc274 #74acc2

Analogous Colors of #c274ac

#c274ac #c27485 #b174c2

Monochromatic Colors of #c274ac

#c274ac

Complementary Color

#c274ac #74c28a

#c274ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c274ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c274ac Color CSS Codes

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

#c274ac Text Font Color

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

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


#c274ac Background Color

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

This div background color is #c274ac


#c274ac Border Color

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

This div border color is #c274ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,116,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c274ac


Comments

No comments written yet.

Please login to write comment.