Color Hex Logo

#ca7050 Color Hex

#CA7050
(202,112,80)
0 Favorites   0 Comments

Color spaces of #ca7050

RGB 20211280
HSL0.040.540.55
HSV16°60°79°
CMYK 0.000.450.60   0.21
XYZ31.599324.724110.6962
Yxy24.72410.47150.3689
Hunter Lab49.723326.421322.0522
CIE-Lab56.805632.560233.2443

#ca7050 color RGB value is (202,112,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110000 01010000
Octal 312 160 120
Decimal 202 112 80
Hex CA 70 50

RGB Percentages of Color #ca7050

%51.27
%28.43
%20.30

CMYK Percentages of Color #ca7050

%0
%45
%60
%21

Triadic Colors of #ca7050

#ca7050 #50ca70 #7050ca

Analogous Colors of #ca7050

#ca7050 #caad50 #ca506d

Monochromatic Colors of #ca7050

#ca7050

Complementary Color

#ca7050 #50aaca

#ca7050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7050 Color CSS Codes

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

#ca7050 Text Font Color

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

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


#ca7050 Background Color

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

This div background color is #ca7050


#ca7050 Border Color

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

This div border color is #ca7050


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,112,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 #ca7050">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7050


Comments

No comments written yet.

Please login to write comment.