Color Hex Logo

#c485ab Color Hex

#C485AB
(196,133,171)
0 Favorites   0 Comments

Color spaces of #c485ab

RGB 196133171
HSL0.900.350.65
HSV324°32°77°
CMYK 0.000.320.13   0.23
XYZ38.503231.451142.5694
Yxy31.45110.34220.2795
Hunter Lab56.081324.4088-5.7481
CIE-Lab62.886629.9327-10.2319

#c485ab color RGB value is (196,133,171).

#c485ab hex color red value is 196, green value is 133 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c485ab hue: 0.90 , saturation: 0.35 and the lightness value of c485ab is 0.65.

The process color (four color CMYK) of #c485ab color hex is 0.00, 0.32, 0.13, 0.23. Web safe color of #c485ab is #cc9999. Color #c485ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000101 10101011
Octal 304 205 253
Decimal 196 133 171
Hex C4 85 AB

RGB Percentages of Color #c485ab

%39.20
%26.60
%34.20

CMYK Percentages of Color #c485ab

%0
%32
%13
%23

Triadic Colors of #c485ab

#c485ab #abc485 #85abc4

Analogous Colors of #c485ab

#c485ab #c4858c #be85c4

Monochromatic Colors of #c485ab

#c485ab

Complementary Color

#c485ab #85c49e

#c485ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c485ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c485ab Color CSS Codes

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

#c485ab Text Font Color

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

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


#c485ab Background Color

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

This div background color is #c485ab


#c485ab Border Color

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

This div border color is #c485ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c485ab


Comments

No comments written yet.

Please login to write comment.