Color Hex Logo

#ca98ac Color Hex

#CA98AC
(202,152,172)
0 Favorites   0 Comments

Color spaces of #ca98ac

RGB 202152172
HSL0.930.320.69
HSV336°25°79°
CMYK 0.000.250.15   0.21
XYZ43.031837.991644.0948
Yxy37.99160.34390.3036
Hunter Lab61.637316.75360.7306
CIE-Lab68.014421.8003-3.1171

#ca98ac color RGB value is (202,152,172).

#ca98ac hex color red value is 202, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ca98ac hue: 0.93 , saturation: 0.32 and the lightness value of ca98ac is 0.69.

The process color (four color CMYK) of #ca98ac color hex is 0.00, 0.25, 0.15, 0.21. Web safe color of #ca98ac is #cc9999. Color #ca98ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011000 10101100
Octal 312 230 254
Decimal 202 152 172
Hex CA 98 AC

RGB Percentages of Color #ca98ac

%38.40
%28.90
%32.70

CMYK Percentages of Color #ca98ac

%0
%25
%15
%21

Triadic Colors of #ca98ac

#ca98ac #acca98 #98acca

Analogous Colors of #ca98ac

#ca98ac #ca9d98 #ca98c5

Monochromatic Colors of #ca98ac

#ca98ac

Complementary Color

#ca98ac #98cab6

#ca98ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca98ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca98ac Color CSS Codes

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

#ca98ac Text Font Color

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

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


#ca98ac Background Color

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

This div background color is #ca98ac


#ca98ac Border Color

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

This div border color is #ca98ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca98ac


Comments

No comments written yet.

Please login to write comment.