Color Hex Logo

#c23175 Color Hex

#C23175
(194,49,117)
0 Favorites   0 Comments

Color spaces of #c23175

RGB 19449117
HSL0.920.600.48
HSV332°75°76°
CMYK 0.000.750.40   0.24
XYZ26.557314.950318.3156
Yxy14.95030.44390.2499
Hunter Lab38.665654.9371-1.0193
CIE-Lab45.566161.5067-4.2554

#c23175 color RGB value is (194,49,117).

#c23175 hex color red value is 194, green value is 49 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c23175 hue: 0.92 , saturation: 0.60 and the lightness value of c23175 is 0.48.

The process color (four color CMYK) of #c23175 color hex is 0.00, 0.75, 0.40, 0.24. Web safe color of #c23175 is #cc3366. Color #c23175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110001 01110101
Octal 302 61 165
Decimal 194 49 117
Hex C2 31 75

RGB Percentages of Color #c23175

%53.89
%13.61
%32.50

CMYK Percentages of Color #c23175

%0
%75
%40
%24

Triadic Colors of #c23175

#c23175 #75c231 #3175c2

Analogous Colors of #c23175

#c23175 #c23631 #c231be

Monochromatic Colors of #c23175

#c23175

Complementary Color

#c23175 #31c27e

#c23175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23175 Color CSS Codes

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

#c23175 Text Font Color

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

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


#c23175 Background Color

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

This div background color is #c23175


#c23175 Border Color

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

This div border color is #c23175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23175


Comments

No comments written yet.

Please login to write comment.