Color Hex Logo

#ca838d Color Hex

#CA838D
(202,131,141)
0 Favorites   0 Comments

Color spaces of #ca838d

RGB 202131141
HSL0.980.400.65
HSV352°35°79°
CMYK 0.000.350.30   0.21
XYZ37.281130.712229.1624
Yxy30.71220.38370.3161
Hunter Lab55.418623.09777.5934
CIE-Lab62.263928.66036.0186

#ca838d color RGB value is (202,131,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000011 10001101
Octal 312 203 215
Decimal 202 131 141
Hex CA 83 8D

RGB Percentages of Color #ca838d

%42.62
%27.64
%29.75

CMYK Percentages of Color #ca838d

%0
%35
%30
%21

Triadic Colors of #ca838d

#ca838d #8dca83 #838dca

Analogous Colors of #ca838d

#ca838d #ca9d83 #ca83b1

Monochromatic Colors of #ca838d

#ca838d

Complementary Color

#ca838d #83cac0

#ca838d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca838d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca838d Color CSS Codes

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

#ca838d Text Font Color

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

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


#ca838d Background Color

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

This div background color is #ca838d


#ca838d Border Color

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

This div border color is #ca838d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca838d


Comments

No comments written yet.

Please login to write comment.