Color Hex Logo

#ca374f Color Hex

#CA374F
(202,55,79)
0 Favorites   0 Comments

Color spaces of #ca374f

RGB 2025579
HSL0.970.580.50
HSV350°73°79°
CMYK 0.000.730.61   0.21
XYZ27.134615.85349.0270
Yxy15.85340.52170.3048
Hunter Lab39.816351.968214.4294
CIE-Lab46.781658.619021.0358

#ca374f color RGB value is (202,55,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110111 01001111
Octal 312 67 117
Decimal 202 55 79
Hex CA 37 4F

RGB Percentages of Color #ca374f

%60.12
%16.37
%23.51

CMYK Percentages of Color #ca374f

%0
%73
%61
%21

Triadic Colors of #ca374f

#ca374f #4fca37 #374fca

Analogous Colors of #ca374f

#ca374f #ca6937 #ca3799

Monochromatic Colors of #ca374f

#ca374f

Complementary Color

#ca374f #37cab2

#ca374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca374f Color CSS Codes

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

#ca374f Text Font Color

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

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


#ca374f Background Color

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

This div background color is #ca374f


#ca374f Border Color

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

This div border color is #ca374f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca374f


Comments

No comments written yet.

Please login to write comment.