Color Hex Logo

#c23971 Color Hex

#C23971
(194,57,113)
0 Favorites   0 Comments

Color spaces of #c23971

RGB 19457113
HSL0.930.550.49
HSV335°71°76°
CMYK 0.000.710.42   0.24
XYZ26.691915.587817.2247
Yxy15.58780.44860.2620
Hunter Lab39.481451.58481.7703
CIE-Lab46.429058.3385-0.5306

#c23971 color RGB value is (194,57,113).

#c23971 hex color red value is 194, green value is 57 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c23971 hue: 0.93 , saturation: 0.55 and the lightness value of c23971 is 0.49.

The process color (four color CMYK) of #c23971 color hex is 0.00, 0.71, 0.42, 0.24. Web safe color of #c23971 is #cc3366. Color #c23971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111001 01110001
Octal 302 71 161
Decimal 194 57 113
Hex C2 39 71

RGB Percentages of Color #c23971

%53.30
%15.66
%31.04

CMYK Percentages of Color #c23971

%0
%71
%42
%24

Triadic Colors of #c23971

#c23971 #71c239 #3971c2

Analogous Colors of #c23971

#c23971 #c24539 #c239b6

Monochromatic Colors of #c23971

#c23971

Complementary Color

#c23971 #39c28a

#c23971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23971 Color CSS Codes

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

#c23971 Text Font Color

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

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


#c23971 Background Color

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

This div background color is #c23971


#c23971 Border Color

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

This div border color is #c23971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23971


Comments

No comments written yet.

Please login to write comment.