Color Hex Logo

#ca685a Color Hex

#CA685A
(202,104,90)
0 Favorites   0 Comments

Color spaces of #ca685a

RGB 20210490
HSL0.020.510.57
HSV55°79°
CMYK 0.000.490.55   0.21
XYZ31.152923.195412.5081
Yxy23.19540.46600.3469
Hunter Lab48.161631.178318.3149
CIE-Lab55.273037.527325.6605

#ca685a color RGB value is (202,104,90).

#ca685a hex color red value is 202, green value is 104 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ca685a hue: 0.02 , saturation: 0.51 and the lightness value of ca685a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101000 01011010
Octal 312 150 132
Decimal 202 104 90
Hex CA 68 5A

RGB Percentages of Color #ca685a

%51.01
%26.26
%22.73

CMYK Percentages of Color #ca685a

%0
%49
%55
%21

Triadic Colors of #ca685a

#ca685a #5aca68 #685aca

Analogous Colors of #ca685a

#ca685a #caa05a #ca5a84

Monochromatic Colors of #ca685a

#ca685a

Complementary Color

#ca685a #5abcca

#ca685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca685a Color CSS Codes

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

#ca685a Text Font Color

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

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


#ca685a Background Color

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

This div background color is #ca685a


#ca685a Border Color

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

This div border color is #ca685a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca685a


Comments

No comments written yet.

Please login to write comment.