Color Hex Logo

#ca474d Color Hex

#CA474D
(202,71,77)
0 Favorites   0 Comments

Color spaces of #ca474d

RGB 2027177
HSL0.990.550.54
HSV357°65°79°
CMYK 0.000.650.62   0.21
XYZ27.949917.59898.9450
Yxy17.59890.51290.3230
Hunter Lab41.951045.511416.7236
CIE-Lab49.006052.296025.1358

#ca474d color RGB value is (202,71,77).

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

The process color (four color CMYK) of #ca474d color hex is 0.00, 0.65, 0.62, 0.21. Web safe color of #ca474d is #cc3366. Color #ca474d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000111 01001101
Octal 312 107 115
Decimal 202 71 77
Hex CA 47 4D

RGB Percentages of Color #ca474d

%57.71
%20.29
%22.00

CMYK Percentages of Color #ca474d

%0
%65
%62
%21

Triadic Colors of #ca474d

#ca474d #4dca47 #474dca

Analogous Colors of #ca474d

#ca474d #ca8347 #ca478f

Monochromatic Colors of #ca474d

#ca474d

Complementary Color

#ca474d #47cac4

#ca474d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca474d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca474d Color CSS Codes

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

#ca474d Text Font Color

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

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


#ca474d Background Color

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

This div background color is #ca474d


#ca474d Border Color

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

This div border color is #ca474d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca474d


Comments

No comments written yet.

Please login to write comment.