Color Hex Logo

#c24383 Color Hex

#C24383
(194,67,131)
0 Favorites   0 Comments

Color spaces of #c24383

RGB 19467131
HSL0.920.510.51
HSV330°65°76°
CMYK 0.000.650.32   0.24
XYZ28.352017.122323.2834
Yxy17.12230.41230.2490
Hunter Lab41.379149.8906-4.3962
CIE-Lab48.413856.4354-8.5402

#c24383 color RGB value is (194,67,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000011 10000011
Octal 302 103 203
Decimal 194 67 131
Hex C2 43 83

RGB Percentages of Color #c24383

%49.49
%17.09
%33.42

CMYK Percentages of Color #c24383

%0
%65
%32
%24

Triadic Colors of #c24383

#c24383 #83c243 #4383c2

Analogous Colors of #c24383

#c24383 #c24344 #c243c2

Monochromatic Colors of #c24383

#c24383

Complementary Color

#c24383 #43c282

#c24383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24383 Color CSS Codes

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

#c24383 Text Font Color

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

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


#c24383 Background Color

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

This div background color is #c24383


#c24383 Border Color

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

This div border color is #c24383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24383


Comments

No comments written yet.

Please login to write comment.