Color Hex Logo

#c23492 Color Hex

#C23492
(194,52,146)
0 Favorites   0 Comments

Color spaces of #c23492

RGB 19452146
HSL0.890.580.48
HSV320°73°76°
CMYK 0.000.730.25   0.24
XYZ28.664416.000628.7718
Yxy16.00060.39030.2179
Hunter Lab40.000757.9112-14.6457
CIE-Lab46.975363.8584-19.7630

#c23492 color RGB value is (194,52,146).

#c23492 hex color red value is 194, green value is 52 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c23492 hue: 0.89 , saturation: 0.58 and the lightness value of c23492 is 0.48.

The process color (four color CMYK) of #c23492 color hex is 0.00, 0.73, 0.25, 0.24. Web safe color of #c23492 is #cc3399. Color #c23492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110100 10010010
Octal 302 64 222
Decimal 194 52 146
Hex C2 34 92

RGB Percentages of Color #c23492

%49.49
%13.27
%37.24

CMYK Percentages of Color #c23492

%0
%73
%25
%24

Triadic Colors of #c23492

#c23492 #92c234 #3492c2

Analogous Colors of #c23492

#c23492 #c2344b #ab34c2

Monochromatic Colors of #c23492

#c23492

Complementary Color

#c23492 #34c264

#c23492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23492 Color CSS Codes

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

#c23492 Text Font Color

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

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


#c23492 Background Color

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

This div background color is #c23492


#c23492 Border Color

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

This div border color is #c23492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23492


Comments

No comments written yet.

Please login to write comment.