Color Hex Logo

#ca635d Color Hex

#CA635D
(202,99,93)
0 Favorites   0 Comments

Color spaces of #ca635d

RGB 2029993
HSL0.010.510.58
HSV54°79°
CMYK 0.000.510.54   0.21
XYZ30.794722.270613.0315
Yxy22.27060.46590.3369
Hunter Lab47.191733.893616.6619
CIE-Lab54.312940.339322.6675

#ca635d color RGB value is (202,99,93).

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

The process color (four color CMYK) of #ca635d color hex is 0.00, 0.51, 0.54, 0.21. Web safe color of #ca635d is #cc6666. Color #ca635d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100011 01011101
Octal 312 143 135
Decimal 202 99 93
Hex CA 63 5D

RGB Percentages of Color #ca635d

%51.27
%25.13
%23.60

CMYK Percentages of Color #ca635d

%0
%51
%54
%21

Triadic Colors of #ca635d

#ca635d #5dca63 #635dca

Analogous Colors of #ca635d

#ca635d #ca9a5d #ca5d8e

Monochromatic Colors of #ca635d

#ca635d

Complementary Color

#ca635d #5dc4ca

#ca635d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca635d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca635d Color CSS Codes

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

#ca635d Text Font Color

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

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


#ca635d Background Color

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

This div background color is #ca635d


#ca635d Border Color

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

This div border color is #ca635d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca635d


Comments

No comments written yet.

Please login to write comment.