Color Hex Logo

#ca7350 Color Hex

#CA7350
(202,115,80)
0 Favorites   0 Comments

Color spaces of #ca7350

RGB 20211580
HSL0.050.540.55
HSV17°60°79°
CMYK 0.000.430.60   0.21
XYZ31.935825.397210.8084
Yxy25.39720.46870.3727
Hunter Lab50.395624.923422.5610
CIE-Lab57.460430.963134.0517

#ca7350 color RGB value is (202,115,80).

#ca7350 hex color red value is 202, green value is 115 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ca7350 hue: 0.05 , saturation: 0.54 and the lightness value of ca7350 is 0.55.

The process color (four color CMYK) of #ca7350 color hex is 0.00, 0.43, 0.60, 0.21. Web safe color of #ca7350 is #cc6666. Color #ca7350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110011 01010000
Octal 312 163 120
Decimal 202 115 80
Hex CA 73 50

RGB Percentages of Color #ca7350

%50.88
%28.97
%20.15

CMYK Percentages of Color #ca7350

%0
%43
%60
%21

Triadic Colors of #ca7350

#ca7350 #50ca73 #7350ca

Analogous Colors of #ca7350

#ca7350 #cab050 #ca506a

Monochromatic Colors of #ca7350

#ca7350

Complementary Color

#ca7350 #50a7ca

#ca7350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7350 Color CSS Codes

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

#ca7350 Text Font Color

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

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


#ca7350 Background Color

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

This div background color is #ca7350


#ca7350 Border Color

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

This div border color is #ca7350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7350


Comments

No comments written yet.

Please login to write comment.