Color Hex Logo

#c23384 Color Hex

#C23384
(194,51,132)
0 Favorites   0 Comments

Color spaces of #c23384

RGB 19451132
HSL0.910.580.48
HSV326°74°76°
CMYK 0.000.740.32   0.24
XYZ27.596815.502923.3676
Yxy15.50290.41520.2332
Hunter Lab39.373756.2055-7.6259
CIE-Lab46.315462.4870-12.3020

#c23384 color RGB value is (194,51,132).

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

The process color (four color CMYK) of #c23384 color hex is 0.00, 0.74, 0.32, 0.24. Web safe color of #c23384 is #cc3399. Color #c23384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110011 10000100
Octal 302 63 204
Decimal 194 51 132
Hex C2 33 84

RGB Percentages of Color #c23384

%51.46
%13.53
%35.01

CMYK Percentages of Color #c23384

%0
%74
%32
%24

Triadic Colors of #c23384

#c23384 #84c233 #3384c2

Analogous Colors of #c23384

#c23384 #c2333d #b933c2

Monochromatic Colors of #c23384

#c23384

Complementary Color

#c23384 #33c271

#c23384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23384 Color CSS Codes

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

#c23384 Text Font Color

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

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


#c23384 Background Color

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

This div background color is #c23384


#c23384 Border Color

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

This div border color is #c23384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23384


Comments

No comments written yet.

Please login to write comment.