Color Hex Logo

#ca672d Color Hex

#CA672D
(202,103,45)
0 Favorites   0 Comments

Color spaces of #ca672d

RGB 20210345
HSL0.060.640.48
HSV22°78°79°
CMYK 0.000.490.78   0.21
XYZ29.681022.44655.2509
Yxy22.44650.51730.3912
Hunter Lab47.377728.914926.5933
CIE-Lab54.497635.352648.7493

#ca672d color RGB value is (202,103,45).

#ca672d hex color red value is 202, green value is 103 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ca672d hue: 0.06 , saturation: 0.64 and the lightness value of ca672d is 0.48.

The process color (four color CMYK) of #ca672d color hex is 0.00, 0.49, 0.78, 0.21. Web safe color of #ca672d is #cc6633. Color #ca672d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100111 00101101
Octal 312 147 55
Decimal 202 103 45
Hex CA 67 2D

RGB Percentages of Color #ca672d

%57.71
%29.43
%12.86

CMYK Percentages of Color #ca672d

%0
%49
%78
%21

Triadic Colors of #ca672d

#ca672d #2dca67 #672dca

Analogous Colors of #ca672d

#ca672d #cab62d #ca2d41

Monochromatic Colors of #ca672d

#ca672d

Complementary Color

#ca672d #2d90ca

#ca672d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca672d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca672d Color CSS Codes

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

#ca672d Text Font Color

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

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


#ca672d Background Color

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

This div background color is #ca672d


#ca672d Border Color

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

This div border color is #ca672d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca672d


Comments

No comments written yet.

Please login to write comment.