Color Hex Logo

#ca848c Color Hex

#CA848C
(202,132,140)
0 Favorites   0 Comments

Color spaces of #ca848c

RGB 202132140
HSL0.980.400.65
HSV353°35°79°
CMYK 0.000.350.31   0.21
XYZ37.342030.952528.8172
Yxy30.95250.38450.3187
Hunter Lab55.635022.44748.2341
CIE-Lab62.467527.98196.8803

#ca848c color RGB value is (202,132,140).

#ca848c hex color red value is 202, green value is 132 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ca848c hue: 0.98 , saturation: 0.40 and the lightness value of ca848c is 0.65.

The process color (four color CMYK) of #ca848c color hex is 0.00, 0.35, 0.31, 0.21. Web safe color of #ca848c is #cc9999. Color #ca848c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 10001100
Octal 312 204 214
Decimal 202 132 140
Hex CA 84 8C

RGB Percentages of Color #ca848c

%42.62
%27.85
%29.54

CMYK Percentages of Color #ca848c

%0
%35
%31
%21

Triadic Colors of #ca848c

#ca848c #8cca84 #848cca

Analogous Colors of #ca848c

#ca848c #ca9f84 #ca84af

Monochromatic Colors of #ca848c

#ca848c

Complementary Color

#ca848c #84cac2

#ca848c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca848c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca848c Color CSS Codes

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

#ca848c Text Font Color

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

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


#ca848c Background Color

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

This div background color is #ca848c


#ca848c Border Color

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

This div border color is #ca848c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca848c


Comments

No comments written yet.

Please login to write comment.