Color Hex Logo

#ca314e Color Hex

#CA314E
(202,49,78)
0 Favorites   0 Comments

Color spaces of #ca314e

RGB 2024978
HSL0.970.610.49
HSV349°76°79°
CMYK 0.000.760.61   0.21
XYZ26.830615.30328.7474
Yxy15.30320.52730.3008
Hunter Lab39.119353.968314.1258
CIE-Lab46.046760.552420.6786

#ca314e color RGB value is (202,49,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110001 01001110
Octal 312 61 116
Decimal 202 49 78
Hex CA 31 4E

RGB Percentages of Color #ca314e

%61.40
%14.89
%23.71

CMYK Percentages of Color #ca314e

%0
%76
%61
%21

Triadic Colors of #ca314e

#ca314e #4eca31 #314eca

Analogous Colors of #ca314e

#ca314e #ca6131 #ca319b

Monochromatic Colors of #ca314e

#ca314e

Complementary Color

#ca314e #31caad

#ca314e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca314e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca314e Color CSS Codes

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

#ca314e Text Font Color

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

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


#ca314e Background Color

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

This div background color is #ca314e


#ca314e Border Color

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

This div border color is #ca314e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca314e


Comments

No comments written yet.

Please login to write comment.