Color Hex Logo

#ca858d Color Hex

#CA858D
(202,133,141)
0 Favorites   0 Comments

Color spaces of #ca858d

RGB 202133141
HSL0.980.390.66
HSV353°34°79°
CMYK 0.000.340.30   0.21
XYZ37.552431.254729.2528
Yxy31.25470.38300.3187
Hunter Lab55.905922.06448.1106
CIE-Lab62.722127.57136.6754

#ca858d color RGB value is (202,133,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000101 10001101
Octal 312 205 215
Decimal 202 133 141
Hex CA 85 8D

RGB Percentages of Color #ca858d

%42.44
%27.94
%29.62

CMYK Percentages of Color #ca858d

%0
%34
%30
%21

Triadic Colors of #ca858d

#ca858d #8dca85 #858dca

Analogous Colors of #ca858d

#ca858d #caa085 #ca85b0

Monochromatic Colors of #ca858d

#ca858d

Complementary Color

#ca858d #85cac2

#ca858d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca858d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca858d Color CSS Codes

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

#ca858d Text Font Color

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

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


#ca858d Background Color

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

This div background color is #ca858d


#ca858d Border Color

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

This div border color is #ca858d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca858d


Comments

No comments written yet.

Please login to write comment.