Color Hex Logo

#c24f86 Color Hex

#C24F86
(194,79,134)
0 Favorites   0 Comments

Color spaces of #c24f86

RGB 19479134
HSL0.920.490.54
HSV331°59°76°
CMYK 0.000.590.31   0.24
XYZ29.347218.782524.6329
Yxy18.78250.40330.2581
Hunter Lab43.338845.0298-3.3621
CIE-Lab50.431851.6012-7.3283

#c24f86 color RGB value is (194,79,134).

#c24f86 hex color red value is 194, green value is 79 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #c24f86 hue: 0.92 , saturation: 0.49 and the lightness value of c24f86 is 0.54.

The process color (four color CMYK) of #c24f86 color hex is 0.00, 0.59, 0.31, 0.24. Web safe color of #c24f86 is #cc6699. Color #c24f86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001111 10000110
Octal 302 117 206
Decimal 194 79 134
Hex C2 4F 86

RGB Percentages of Color #c24f86

%47.67
%19.41
%32.92

CMYK Percentages of Color #c24f86

%0
%59
%31
%24

Triadic Colors of #c24f86

#c24f86 #86c24f #4f86c2

Analogous Colors of #c24f86

#c24f86 #c2514f #c24fc0

Monochromatic Colors of #c24f86

#c24f86

Complementary Color

#c24f86 #4fc28b

#c24f86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24f86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24f86 Color CSS Codes

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

#c24f86 Text Font Color

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

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


#c24f86 Background Color

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

This div background color is #c24f86


#c24f86 Border Color

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

This div border color is #c24f86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24f86


Comments

No comments written yet.

Please login to write comment.