Color Hex Logo

#ca98af Color Hex

#CA98AF
(202,152,175)
0 Favorites   0 Comments

Color spaces of #ca98af

RGB 202152175
HSL0.920.320.69
HSV332°25°79°
CMYK 0.000.250.13   0.21
XYZ43.323238.108245.6297
Yxy38.10820.34100.2999
Hunter Lab61.731817.2400-0.6125
CIE-Lab68.100322.2949-4.6664

#ca98af color RGB value is (202,152,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011000 10101111
Octal 312 230 257
Decimal 202 152 175
Hex CA 98 AF

RGB Percentages of Color #ca98af

%38.19
%28.73
%33.08

CMYK Percentages of Color #ca98af

%0
%25
%13
%21

Triadic Colors of #ca98af

#ca98af #afca98 #98afca

Analogous Colors of #ca98af

#ca98af #ca9a98 #ca98c8

Monochromatic Colors of #ca98af

#ca98af

Complementary Color

#ca98af #98cab3

#ca98af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca98af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca98af Color CSS Codes

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

#ca98af Text Font Color

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

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


#ca98af Background Color

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

This div background color is #ca98af


#ca98af Border Color

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

This div border color is #ca98af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,152,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca98af


Comments

No comments written yet.

Please login to write comment.