Color Hex Logo

#c23383 Color Hex

#C23383
(194,51,131)
0 Favorites   0 Comments

Color spaces of #c23383

RGB 19451131
HSL0.910.580.48
HSV326°74°76°
CMYK 0.000.740.32   0.24
XYZ27.528715.475723.0089
Yxy15.47570.41700.2344
Hunter Lab39.339256.0669-7.1404
CIE-Lab46.279062.3716-11.7490

#c23383 color RGB value is (194,51,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110011 10000011
Octal 302 63 203
Decimal 194 51 131
Hex C2 33 83

RGB Percentages of Color #c23383

%51.60
%13.56
%34.84

CMYK Percentages of Color #c23383

%0
%74
%32
%24

Triadic Colors of #c23383

#c23383 #83c233 #3383c2

Analogous Colors of #c23383

#c23383 #c2333b #ba33c2

Monochromatic Colors of #c23383

#c23383

Complementary Color

#c23383 #33c272

#c23383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23383 Color CSS Codes

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

#c23383 Text Font Color

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

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


#c23383 Background Color

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

This div background color is #c23383


#c23383 Border Color

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

This div border color is #c23383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23383


Comments

No comments written yet.

Please login to write comment.