Color Hex Logo

#ca675e Color Hex

#CA675E
(202,103,94)
0 Favorites   0 Comments

Color spaces of #ca675e

RGB 20210394
HSL0.010.500.58
HSV53°79°
CMYK 0.000.490.53   0.21
XYZ31.227723.065213.3958
Yxy23.06520.46130.3408
Hunter Lab48.026232.018617.0808
CIE-Lab55.139438.378923.1825

#ca675e color RGB value is (202,103,94).

#ca675e hex color red value is 202, green value is 103 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ca675e hue: 0.01 , saturation: 0.50 and the lightness value of ca675e is 0.58.

The process color (four color CMYK) of #ca675e color hex is 0.00, 0.49, 0.53, 0.21. Web safe color of #ca675e is #cc6666. Color #ca675e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100111 01011110
Octal 312 147 136
Decimal 202 103 94
Hex CA 67 5E

RGB Percentages of Color #ca675e

%50.63
%25.81
%23.56

CMYK Percentages of Color #ca675e

%0
%49
%53
%21

Triadic Colors of #ca675e

#ca675e #5eca67 #675eca

Analogous Colors of #ca675e

#ca675e #ca9d5e #ca5e8b

Monochromatic Colors of #ca675e

#ca675e

Complementary Color

#ca675e #5ec1ca

#ca675e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca675e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca675e Color CSS Codes

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

#ca675e Text Font Color

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

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


#ca675e Background Color

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

This div background color is #ca675e


#ca675e Border Color

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

This div border color is #ca675e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca675e


Comments

No comments written yet.

Please login to write comment.