Color Hex Logo

#c2348d Color Hex

#C2348D
(194,52,141)
0 Favorites   0 Comments

Color spaces of #c2348d

RGB 19452141
HSL0.900.580.48
HSV322°73°76°
CMYK 0.000.730.27   0.24
XYZ28.283815.848426.7676
Yxy15.84840.39890.2235
Hunter Lab39.810057.1511-11.9986
CIE-Lab46.775063.2312-17.0564

#c2348d color RGB value is (194,52,141).

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

The process color (four color CMYK) of #c2348d color hex is 0.00, 0.73, 0.27, 0.24. Web safe color of #c2348d is #cc3399. Color #c2348d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110100 10001101
Octal 302 64 215
Decimal 194 52 141
Hex C2 34 8D

RGB Percentages of Color #c2348d

%50.13
%13.44
%36.43

CMYK Percentages of Color #c2348d

%0
%73
%27
%24

Triadic Colors of #c2348d

#c2348d #8dc234 #348dc2

Analogous Colors of #c2348d

#c2348d #c23446 #b034c2

Monochromatic Colors of #c2348d

#c2348d

Complementary Color

#c2348d #34c269

#c2348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2348d Color CSS Codes

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

#c2348d Text Font Color

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

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


#c2348d Background Color

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

This div background color is #c2348d


#c2348d Border Color

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

This div border color is #c2348d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2348d


Comments

No comments written yet.

Please login to write comment.