Color Hex Logo

#c23185 Color Hex

#C23185
(194,49,133)
0 Favorites   0 Comments

Color spaces of #c23185

RGB 19449133
HSL0.900.600.48
HSV325°75°76°
CMYK 0.000.750.31   0.24
XYZ27.580115.359423.7013
Yxy15.35940.41390.2305
Hunter Lab39.191157.0322-8.4226
CIE-Lab46.122663.2515-13.2018

#c23185 color RGB value is (194,49,133).

#c23185 hex color red value is 194, green value is 49 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c23185 hue: 0.90 , saturation: 0.60 and the lightness value of c23185 is 0.48.

The process color (four color CMYK) of #c23185 color hex is 0.00, 0.75, 0.31, 0.24. Web safe color of #c23185 is #cc3399. Color #c23185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110001 10000101
Octal 302 61 205
Decimal 194 49 133
Hex C2 31 85

RGB Percentages of Color #c23185

%51.60
%13.03
%35.37

CMYK Percentages of Color #c23185

%0
%75
%31
%24

Triadic Colors of #c23185

#c23185 #85c231 #3185c2

Analogous Colors of #c23185

#c23185 #c2313c #b731c2

Monochromatic Colors of #c23185

#c23185

Complementary Color

#c23185 #31c26e

#c23185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23185 Color CSS Codes

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

#c23185 Text Font Color

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

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


#c23185 Background Color

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

This div background color is #c23185


#c23185 Border Color

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

This div border color is #c23185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23185


Comments

No comments written yet.

Please login to write comment.