Color Hex Logo

#ca716f Color Hex

#CA716F
(202,113,111)
0 Favorites   0 Comments

Color spaces of #ca716f

RGB 202113111
HSL0.000.460.61
HSV45°79°
CMYK 0.000.440.45   0.21
XYZ33.131525.514518.2175
Yxy25.51450.43100.3319
Hunter Lab50.511928.685013.9749
CIE-Lab57.573334.761416.6443

#ca716f color RGB value is (202,113,111).

#ca716f hex color red value is 202, green value is 113 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ca716f hue: 0.00 , saturation: 0.46 and the lightness value of ca716f is 0.61.

The process color (four color CMYK) of #ca716f color hex is 0.00, 0.44, 0.45, 0.21. Web safe color of #ca716f is #cc6666. Color #ca716f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110001 01101111
Octal 312 161 157
Decimal 202 113 111
Hex CA 71 6F

RGB Percentages of Color #ca716f

%47.42
%26.53
%26.06

CMYK Percentages of Color #ca716f

%0
%44
%45
%21

Triadic Colors of #ca716f

#ca716f #6fca71 #716fca

Analogous Colors of #ca716f

#ca716f #ca9f6f #ca6f9b

Monochromatic Colors of #ca716f

#ca716f

Complementary Color

#ca716f #6fc8ca

#ca716f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca716f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca716f Color CSS Codes

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

#ca716f Text Font Color

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

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


#ca716f Background Color

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

This div background color is #ca716f


#ca716f Border Color

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

This div border color is #ca716f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca716f


Comments

No comments written yet.

Please login to write comment.