Color Hex Logo

#ca829d Color Hex

#CA829D
(202,130,157)
0 Favorites   0 Comments

Color spaces of #ca829d

RGB 202130157
HSL0.940.400.65
HSV338°36°79°
CMYK 0.000.360.22   0.21
XYZ38.425630.956135.8482
Yxy30.95610.36520.2942
Hunter Lab55.638225.91120.7457
CIE-Lab62.470631.4773-2.8077

#ca829d color RGB value is (202,130,157).

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

The process color (four color CMYK) of #ca829d color hex is 0.00, 0.36, 0.22, 0.21. Web safe color of #ca829d is #cc9999. Color #ca829d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000010 10011101
Octal 312 202 235
Decimal 202 130 157
Hex CA 82 9D

RGB Percentages of Color #ca829d

%41.31
%26.58
%32.11

CMYK Percentages of Color #ca829d

%0
%36
%22
%21

Triadic Colors of #ca829d

#ca829d #9dca82 #829dca

Analogous Colors of #ca829d

#ca829d #ca8b82 #ca82c1

Monochromatic Colors of #ca829d

#ca829d

Complementary Color

#ca829d #82caaf

#ca829d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca829d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca829d Color CSS Codes

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

#ca829d Text Font Color

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

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


#ca829d Background Color

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

This div background color is #ca829d


#ca829d Border Color

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

This div border color is #ca829d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca829d


Comments

No comments written yet.

Please login to write comment.