Color Hex Logo

#ca174d Color Hex

#CA174D
(202,23,77)
0 Favorites   0 Comments

Color spaces of #ca174d

RGB 2022377
HSL0.950.800.44
HSV342°89°79°
CMYK 0.000.890.62   0.21
XYZ26.003113.70528.2960
Yxy13.70520.54170.2855
Hunter Lab37.020560.591912.6280
CIE-Lab43.807266.798418.3281

#ca174d color RGB value is (202,23,77).

#ca174d hex color red value is 202, green value is 23 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ca174d hue: 0.95 , saturation: 0.80 and the lightness value of ca174d is 0.44.

The process color (four color CMYK) of #ca174d color hex is 0.00, 0.89, 0.62, 0.21. Web safe color of #ca174d is #cc0066. Color #ca174d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010111 01001101
Octal 312 27 115
Decimal 202 23 77
Hex CA 17 4D

RGB Percentages of Color #ca174d

%66.89
%7.62
%25.50

CMYK Percentages of Color #ca174d

%0
%89
%62
%21

Triadic Colors of #ca174d

#ca174d #4dca17 #174dca

Analogous Colors of #ca174d

#ca174d #ca3b17 #ca17a7

Monochromatic Colors of #ca174d

#ca174d

Complementary Color

#ca174d #17ca94

#ca174d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca174d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca174d Color CSS Codes

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

#ca174d Text Font Color

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

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


#ca174d Background Color

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

This div background color is #ca174d


#ca174d Border Color

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

This div border color is #ca174d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca174d


Comments

No comments written yet.

Please login to write comment.