Color Hex Logo

#c23988 Color Hex

#C23988
(194,57,136)
0 Favorites   0 Comments

Color spaces of #c23988

RGB 19457136
HSL0.900.550.49
HSV325°71°76°
CMYK 0.000.710.30   0.24
XYZ28.155216.173224.9303
Yxy16.17320.40650.2335
Hunter Lab40.215954.5902-8.6034
CIE-Lab47.200960.8885-13.3872

#c23988 color RGB value is (194,57,136).

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

The process color (four color CMYK) of #c23988 color hex is 0.00, 0.71, 0.30, 0.24. Web safe color of #c23988 is #cc3399. Color #c23988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111001 10001000
Octal 302 71 210
Decimal 194 57 136
Hex C2 39 88

RGB Percentages of Color #c23988

%50.13
%14.73
%35.14

CMYK Percentages of Color #c23988

%0
%71
%30
%24

Triadic Colors of #c23988

#c23988 #88c239 #3988c2

Analogous Colors of #c23988

#c23988 #c23944 #b839c2

Monochromatic Colors of #c23988

#c23988

Complementary Color

#c23988 #39c273

#c23988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23988 Color CSS Codes

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

#c23988 Text Font Color

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

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


#c23988 Background Color

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

This div background color is #c23988


#c23988 Border Color

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

This div border color is #c23988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23988


Comments

No comments written yet.

Please login to write comment.