Color Hex Logo

#ca6123 Color Hex

#CA6123
(202,97,35)
0 Favorites   0 Comments

Color spaces of #ca6123

RGB 2029735
HSL0.060.700.46
HSV22°83°79°
CMYK 0.000.520.83   0.21
XYZ28.935221.22734.1623
Yxy21.22730.53260.3907
Hunter Lab46.073131.475126.8948
CIE-Lab53.197438.091651.9325

#ca6123 color RGB value is (202,97,35).

#ca6123 hex color red value is 202, green value is 97 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ca6123 hue: 0.06 , saturation: 0.70 and the lightness value of ca6123 is 0.46.

The process color (four color CMYK) of #ca6123 color hex is 0.00, 0.52, 0.83, 0.21. Web safe color of #ca6123 is #cc6633. Color #ca6123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100001 00100011
Octal 312 141 43
Decimal 202 97 35
Hex CA 61 23

RGB Percentages of Color #ca6123

%60.48
%29.04
%10.48

CMYK Percentages of Color #ca6123

%0
%52
%83
%21

Triadic Colors of #ca6123

#ca6123 #23ca61 #6123ca

Analogous Colors of #ca6123

#ca6123 #cab523 #ca2339

Monochromatic Colors of #ca6123

#ca6123

Complementary Color

#ca6123 #238cca

#ca6123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6123 Color CSS Codes

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

#ca6123 Text Font Color

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

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


#ca6123 Background Color

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

This div background color is #ca6123


#ca6123 Border Color

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

This div border color is #ca6123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6123


Comments

No comments written yet.

Please login to write comment.