Color Hex Logo

#c24386 Color Hex

#C24386
(194,67,134)
0 Favorites   0 Comments

Color spaces of #c24386

RGB 19467134
HSL0.910.510.51
HSV328°65°76°
CMYK 0.000.650.31   0.24
XYZ28.558417.204924.3699
Yxy17.20490.40720.2453
Hunter Lab41.478850.3105-5.7993
CIE-Lab48.517256.7984-10.1940

#c24386 color RGB value is (194,67,134).

#c24386 hex color red value is 194, green value is 67 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #c24386 hue: 0.91 , saturation: 0.51 and the lightness value of c24386 is 0.51.

The process color (four color CMYK) of #c24386 color hex is 0.00, 0.65, 0.31, 0.24. Web safe color of #c24386 is #cc3399. Color #c24386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000011 10000110
Octal 302 103 206
Decimal 194 67 134
Hex C2 43 86

RGB Percentages of Color #c24386

%49.11
%16.96
%33.92

CMYK Percentages of Color #c24386

%0
%65
%31
%24

Triadic Colors of #c24386

#c24386 #86c243 #4386c2

Analogous Colors of #c24386

#c24386 #c24346 #bf43c2

Monochromatic Colors of #c24386

#c24386

Complementary Color

#c24386 #43c27f

#c24386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24386 Color CSS Codes

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

#c24386 Text Font Color

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

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


#c24386 Background Color

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

This div background color is #c24386


#c24386 Border Color

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

This div border color is #c24386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24386


Comments

No comments written yet.

Please login to write comment.