Color Hex Logo

#c398ab Color Hex

#C398AB
(195,152,171)
0 Favorites   0 Comments

Color spaces of #c398ab

RGB 195152171
HSL0.930.260.68
HSV333°22°76°
CMYK 0.000.220.12   0.24
XYZ41.084636.998843.5042
Yxy36.99880.33790.3043
Hunter Lab60.826614.11900.1735
CIE-Lab67.276119.1020-3.7264

#c398ab color RGB value is (195,152,171).

#c398ab hex color red value is 195, green value is 152 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c398ab hue: 0.93 , saturation: 0.26 and the lightness value of c398ab is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011000 10101011
Octal 303 230 253
Decimal 195 152 171
Hex C3 98 AB

RGB Percentages of Color #c398ab

%37.64
%29.34
%33.01

CMYK Percentages of Color #c398ab

%0
%22
%12
%24

Triadic Colors of #c398ab

#c398ab #abc398 #98abc3

Analogous Colors of #c398ab

#c398ab #c39b98 #c398c1

Monochromatic Colors of #c398ab

#c398ab

Complementary Color

#c398ab #98c3b0

#c398ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c398ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c398ab Color CSS Codes

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

#c398ab Text Font Color

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

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


#c398ab Background Color

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

This div background color is #c398ab


#c398ab Border Color

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

This div border color is #c398ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c398ab


Comments

No comments written yet.

Please login to write comment.