Color Hex Logo

#ca838f Color Hex

#CA838F
(202,131,143)
0 Favorites   0 Comments

Color spaces of #ca838f

RGB 202131143
HSL0.970.400.65
HSV350°35°79°
CMYK 0.000.350.29   0.21
XYZ37.431330.772329.9534
Yxy30.77230.38130.3135
Hunter Lab55.472823.36886.8164
CIE-Lab62.314928.93124.9513

#ca838f color RGB value is (202,131,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000011 10001111
Octal 312 203 217
Decimal 202 131 143
Hex CA 83 8F

RGB Percentages of Color #ca838f

%42.44
%27.52
%30.04

CMYK Percentages of Color #ca838f

%0
%35
%29
%21

Triadic Colors of #ca838f

#ca838f #8fca83 #838fca

Analogous Colors of #ca838f

#ca838f #ca9b83 #ca83b3

Monochromatic Colors of #ca838f

#ca838f

Complementary Color

#ca838f #83cabe

#ca838f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca838f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca838f Color CSS Codes

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

#ca838f Text Font Color

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

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


#ca838f Background Color

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

This div background color is #ca838f


#ca838f Border Color

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

This div border color is #ca838f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca838f


Comments

No comments written yet.

Please login to write comment.