Color Hex Logo

#c2475d Color Hex

#C2475D
(194,71,93)
0 Favorites   0 Comments

Color spaces of #c2475d

RGB 1947193
HSL0.970.500.52
HSV349°63°76°
CMYK 0.000.630.52   0.24
XYZ26.477216.766112.1966
Yxy16.76610.47760.3024
Hunter Lab40.946443.767311.0020
CIE-Lab47.964050.841913.8725

#c2475d color RGB value is (194,71,93).

#c2475d hex color red value is 194, green value is 71 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c2475d hue: 0.97 , saturation: 0.50 and the lightness value of c2475d is 0.52.

The process color (four color CMYK) of #c2475d color hex is 0.00, 0.63, 0.52, 0.24. Web safe color of #c2475d is #cc3366. Color #c2475d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000111 01011101
Octal 302 107 135
Decimal 194 71 93
Hex C2 47 5D

RGB Percentages of Color #c2475d

%54.19
%19.83
%25.98

CMYK Percentages of Color #c2475d

%0
%63
%52
%24

Triadic Colors of #c2475d

#c2475d #5dc247 #475dc2

Analogous Colors of #c2475d

#c2475d #c26f47 #c2479b

Monochromatic Colors of #c2475d

#c2475d

Complementary Color

#c2475d #47c2ac

#c2475d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2475d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2475d Color CSS Codes

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

#c2475d Text Font Color

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

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


#c2475d Background Color

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

This div background color is #c2475d


#c2475d Border Color

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

This div border color is #c2475d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,71,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2475d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2475d;
  -webkit-box-shadow: 1px 1px 3px 2px #c2475d;
  box-shadow:         1px 1px 3px 2px #c2475d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,71,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2475d


Comments

No comments written yet.

Please login to write comment.