Color Hex Logo

#c284ab Color Hex

#C284AB
(194,132,171)
0 Favorites   0 Comments

Color spaces of #c284ab

RGB 194132171
HSL0.900.340.64
HSV322°32°76°
CMYK 0.000.320.12   0.24
XYZ37.850130.912142.4998
Yxy30.91210.34020.2778
Hunter Lab55.598724.2205-6.4024
CIE-Lab62.433429.7826-10.9336

#c284ab color RGB value is (194,132,171).

#c284ab hex color red value is 194, green value is 132 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c284ab hue: 0.90 , saturation: 0.34 and the lightness value of c284ab is 0.64.

The process color (four color CMYK) of #c284ab color hex is 0.00, 0.32, 0.12, 0.24. Web safe color of #c284ab is #cc9999. Color #c284ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000100 10101011
Octal 302 204 253
Decimal 194 132 171
Hex C2 84 AB

RGB Percentages of Color #c284ab

%39.03
%26.56
%34.41

CMYK Percentages of Color #c284ab

%0
%32
%12
%24

Triadic Colors of #c284ab

#c284ab #abc284 #84abc2

Analogous Colors of #c284ab

#c284ab #c2848c #ba84c2

Monochromatic Colors of #c284ab

#c284ab

Complementary Color

#c284ab #84c29b

#c284ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c284ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c284ab Color CSS Codes

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

#c284ab Text Font Color

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

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


#c284ab Background Color

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

This div background color is #c284ab


#c284ab Border Color

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

This div border color is #c284ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c284ab


Comments

No comments written yet.

Please login to write comment.