Color Hex Logo

#c23695 Color Hex

#C23695
(194,54,149)
0 Favorites   0 Comments

Color spaces of #c23695

RGB 19454149
HSL0.890.560.49
HSV319°72°76°
CMYK 0.000.720.23   0.24
XYZ28.992116.277630.0476
Yxy16.27760.38490.2161
Hunter Lab40.345557.6647-15.9148
CIE-Lab47.336663.5739-21.0096

#c23695 color RGB value is (194,54,149).

#c23695 hex color red value is 194, green value is 54 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c23695 hue: 0.89 , saturation: 0.56 and the lightness value of c23695 is 0.49.

The process color (four color CMYK) of #c23695 color hex is 0.00, 0.72, 0.23, 0.24. Web safe color of #c23695 is #cc3399. Color #c23695 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110110 10010101
Octal 302 66 225
Decimal 194 54 149
Hex C2 36 95

RGB Percentages of Color #c23695

%48.87
%13.60
%37.53

CMYK Percentages of Color #c23695

%0
%72
%23
%24

Triadic Colors of #c23695

#c23695 #95c236 #3695c2

Analogous Colors of #c23695

#c23695 #c2364f #a936c2

Monochromatic Colors of #c23695

#c23695

Complementary Color

#c23695 #36c263

#c23695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23695 Color CSS Codes

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

#c23695 Text Font Color

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

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


#c23695 Background Color

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

This div background color is #c23695


#c23695 Border Color

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

This div border color is #c23695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23695


Comments

No comments written yet.

Please login to write comment.