Color Hex Logo

#ca314d Color Hex

#CA314D
(202,49,77)
0 Favorites   0 Comments

Color spaces of #ca314d

RGB 2024977
HSL0.970.610.49
HSV349°76°79°
CMYK 0.000.760.62   0.21
XYZ26.795015.28908.5600
Yxy15.28900.52910.3019
Hunter Lab39.101253.894414.3911
CIE-Lab46.027560.490021.2663

#ca314d color RGB value is (202,49,77).

#ca314d hex color red value is 202, green value is 49 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ca314d hue: 0.97 , saturation: 0.61 and the lightness value of ca314d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110001 01001101
Octal 312 61 115
Decimal 202 49 77
Hex CA 31 4D

RGB Percentages of Color #ca314d

%61.59
%14.94
%23.48

CMYK Percentages of Color #ca314d

%0
%76
%62
%21

Triadic Colors of #ca314d

#ca314d #4dca31 #314dca

Analogous Colors of #ca314d

#ca314d #ca6231 #ca319a

Monochromatic Colors of #ca314d

#ca314d

Complementary Color

#ca314d #31caae

#ca314d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca314d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca314d Color CSS Codes

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

#ca314d Text Font Color

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

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


#ca314d Background Color

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

This div background color is #ca314d


#ca314d Border Color

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

This div border color is #ca314d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca314d


Comments

No comments written yet.

Please login to write comment.