Color Hex Logo

#ca7173 Color Hex

#CA7173
(202,113,115)
0 Favorites   0 Comments

Color spaces of #ca7173

RGB 202113115
HSL1.000.460.62
HSV359°44°79°
CMYK 0.000.440.43   0.21
XYZ33.356825.604619.4037
Yxy25.60460.42570.3267
Hunter Lab50.601029.117712.6851
CIE-Lab57.659835.184414.4516

#ca7173 color RGB value is (202,113,115).

#ca7173 hex color red value is 202, green value is 113 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ca7173 hue: 1.00 , saturation: 0.46 and the lightness value of ca7173 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110001 01110011
Octal 312 161 163
Decimal 202 113 115
Hex CA 71 73

RGB Percentages of Color #ca7173

%46.98
%26.28
%26.74

CMYK Percentages of Color #ca7173

%0
%44
%43
%21

Triadic Colors of #ca7173

#ca7173 #73ca71 #7173ca

Analogous Colors of #ca7173

#ca7173 #ca9c71 #ca71a0

Monochromatic Colors of #ca7173

#ca7173

Complementary Color

#ca7173 #71cac8

#ca7173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7173 Color CSS Codes

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

#ca7173 Text Font Color

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

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


#ca7173 Background Color

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

This div background color is #ca7173


#ca7173 Border Color

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

This div border color is #ca7173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7173


Comments

No comments written yet.

Please login to write comment.