Color Hex Logo

#c254ac Color Hex

#C254AC
(194,84,172)
0 Favorites   0 Comments

Color spaces of #c254ac

RGB 19484172
HSL0.870.470.55
HSV312°57°76°
CMYK 0.000.570.11   0.24
XYZ32.864920.788541.3101
Yxy20.78850.34610.2189
Hunter Lab45.594448.8744-21.8027
CIE-Lab52.717254.7464-26.3087

#c254ac color RGB value is (194,84,172).

#c254ac hex color red value is 194, green value is 84 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c254ac hue: 0.87 , saturation: 0.47 and the lightness value of c254ac is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010100 10101100
Octal 302 124 254
Decimal 194 84 172
Hex C2 54 AC

RGB Percentages of Color #c254ac

%43.11
%18.67
%38.22

CMYK Percentages of Color #c254ac

%0
%57
%11
%24

Triadic Colors of #c254ac

#c254ac #acc254 #54acc2

Analogous Colors of #c254ac

#c254ac #c25475 #a154c2

Monochromatic Colors of #c254ac

#c254ac

Complementary Color

#c254ac #54c26a

#c254ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c254ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c254ac Color CSS Codes

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

#c254ac Text Font Color

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

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


#c254ac Background Color

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

This div background color is #c254ac


#c254ac Border Color

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

This div border color is #c254ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c254ac


Comments

No comments written yet.

Please login to write comment.