Color Hex Logo

#ca664f Color Hex

#CA664F
(202,102,79)
0 Favorites   0 Comments

Color spaces of #ca664f

RGB 20210279
HSL0.030.540.55
HSV11°61°79°
CMYK 0.000.500.61   0.21
XYZ30.519822.623810.1554
Yxy22.62380.48220.3574
Hunter Lab47.564531.296920.6362
CIE-Lab54.682737.720531.1664

#ca664f color RGB value is (202,102,79).

#ca664f hex color red value is 202, green value is 102 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ca664f hue: 0.03 , saturation: 0.54 and the lightness value of ca664f is 0.55.

The process color (four color CMYK) of #ca664f color hex is 0.00, 0.50, 0.61, 0.21. Web safe color of #ca664f is #cc6666. Color #ca664f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100110 01001111
Octal 312 146 117
Decimal 202 102 79
Hex CA 66 4F

RGB Percentages of Color #ca664f

%52.74
%26.63
%20.63

CMYK Percentages of Color #ca664f

%0
%50
%61
%21

Triadic Colors of #ca664f

#ca664f #4fca66 #664fca

Analogous Colors of #ca664f

#ca664f #caa44f #ca4f76

Monochromatic Colors of #ca664f

#ca664f

Complementary Color

#ca664f #4fb3ca

#ca664f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca664f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca664f Color CSS Codes

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

#ca664f Text Font Color

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

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


#ca664f Background Color

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

This div background color is #ca664f


#ca664f Border Color

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

This div border color is #ca664f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca664f


Comments

No comments written yet.

Please login to write comment.