Color Hex Logo

#c298ab Color Hex

#C298AB
(194,152,171)
0 Favorites   0 Comments

Color spaces of #c298ab

RGB 194152171
HSL0.920.260.68
HSV333°22°76°
CMYK 0.000.220.12   0.24
XYZ40.827136.866143.4921
Yxy36.86610.33690.3042
Hunter Lab60.717513.76980.0326
CIE-Lab67.176518.7402-3.8846

#c298ab color RGB value is (194,152,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011000 10101011
Octal 302 230 253
Decimal 194 152 171
Hex C2 98 AB

RGB Percentages of Color #c298ab

%37.52
%29.40
%33.08

CMYK Percentages of Color #c298ab

%0
%22
%12
%24

Triadic Colors of #c298ab

#c298ab #abc298 #98abc2

Analogous Colors of #c298ab

#c298ab #c29a98 #c298c0

Monochromatic Colors of #c298ab

#c298ab

Complementary Color

#c298ab #98c2af

#c298ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c298ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c298ab Color CSS Codes

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

#c298ab Text Font Color

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

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


#c298ab Background Color

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

This div background color is #c298ab


#c298ab Border Color

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

This div border color is #c298ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c298ab


Comments

No comments written yet.

Please login to write comment.