Color Hex Logo

#c255ac Color Hex

#C255AC
(194,85,172)
0 Favorites   0 Comments

Color spaces of #c255ac

RGB 19485172
HSL0.870.470.55
HSV312°56°76°
CMYK 0.000.560.11   0.24
XYZ32.943020.944941.3362
Yxy20.94490.34600.2200
Hunter Lab45.765648.3981-21.5157
CIE-Lab52.889154.2833-26.0428

#c255ac color RGB value is (194,85,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010101 10101100
Octal 302 125 254
Decimal 194 85 172
Hex C2 55 AC

RGB Percentages of Color #c255ac

%43.02
%18.85
%38.14

CMYK Percentages of Color #c255ac

%0
%56
%11
%24

Triadic Colors of #c255ac

#c255ac #acc255 #55acc2

Analogous Colors of #c255ac

#c255ac #c25576 #a255c2

Monochromatic Colors of #c255ac

#c255ac

Complementary Color

#c255ac #55c26b

#c255ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c255ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c255ac Color CSS Codes

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

#c255ac Text Font Color

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

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


#c255ac Background Color

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

This div background color is #c255ac


#c255ac Border Color

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

This div border color is #c255ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c255ac


Comments

No comments written yet.

Please login to write comment.