Color Hex Logo

#ca394e Color Hex

#CA394E
(202,57,78)
0 Favorites   0 Comments

Color spaces of #ca394e

RGB 2025778
HSL0.980.580.51
HSV351°72°79°
CMYK 0.000.720.61   0.21
XYZ27.195416.03298.8690
Yxy16.03290.52200.3077
Hunter Lab40.041151.163014.8962
CIE-Lab47.017657.847221.9546

#ca394e color RGB value is (202,57,78).

#ca394e hex color red value is 202, green value is 57 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ca394e hue: 0.98 , saturation: 0.58 and the lightness value of ca394e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111001 01001110
Octal 312 71 116
Decimal 202 57 78
Hex CA 39 4E

RGB Percentages of Color #ca394e

%59.94
%16.91
%23.15

CMYK Percentages of Color #ca394e

%0
%72
%61
%21

Triadic Colors of #ca394e

#ca394e #4eca39 #394eca

Analogous Colors of #ca394e

#ca394e #ca6d39 #ca3997

Monochromatic Colors of #ca394e

#ca394e

Complementary Color

#ca394e #39cab5

#ca394e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca394e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca394e Color CSS Codes

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

#ca394e Text Font Color

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

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


#ca394e Background Color

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

This div background color is #ca394e


#ca394e Border Color

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

This div border color is #ca394e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca394e


Comments

No comments written yet.

Please login to write comment.