Color Hex Logo

#ca374e Color Hex

#CA374E
(202,55,78)
0 Favorites   0 Comments

Color spaces of #ca374e

RGB 2025578
HSL0.970.580.50
HSV351°73°79°
CMYK 0.000.730.61   0.21
XYZ27.098515.83908.8367
Yxy15.83900.52340.3059
Hunter Lab39.798251.893214.6942
CIE-Lab46.762558.554921.6202

#ca374e color RGB value is (202,55,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110111 01001110
Octal 312 67 116
Decimal 202 55 78
Hex CA 37 4E

RGB Percentages of Color #ca374e

%60.30
%16.42
%23.28

CMYK Percentages of Color #ca374e

%0
%73
%61
%21

Triadic Colors of #ca374e

#ca374e #4eca37 #374eca

Analogous Colors of #ca374e

#ca374e #ca6a37 #ca3798

Monochromatic Colors of #ca374e

#ca374e

Complementary Color

#ca374e #37cab3

#ca374e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca374e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca374e Color CSS Codes

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

#ca374e Text Font Color

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

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


#ca374e Background Color

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

This div background color is #ca374e


#ca374e Border Color

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

This div border color is #ca374e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca374e


Comments

No comments written yet.

Please login to write comment.