Color Hex Logo

#c2357d Color Hex

#C2357D
(194,53,125)
0 Favorites   0 Comments

Color spaces of #c2357d

RGB 19453125
HSL0.910.570.48
HSV329°73°76°
CMYK 0.000.730.36   0.24
XYZ27.222915.496220.9583
Yxy15.49620.42750.2434
Hunter Lab39.365254.5520-4.0107
CIE-Lab46.306561.0236-8.0520

#c2357d color RGB value is (194,53,125).

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

The process color (four color CMYK) of #c2357d color hex is 0.00, 0.73, 0.36, 0.24. Web safe color of #c2357d is #cc3366. Color #c2357d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110101 01111101
Octal 302 65 175
Decimal 194 53 125
Hex C2 35 7D

RGB Percentages of Color #c2357d

%52.15
%14.25
%33.60

CMYK Percentages of Color #c2357d

%0
%73
%36
%24

Triadic Colors of #c2357d

#c2357d #7dc235 #357dc2

Analogous Colors of #c2357d

#c2357d #c23537 #c135c2

Monochromatic Colors of #c2357d

#c2357d

Complementary Color

#c2357d #35c27a

#c2357d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2357d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2357d Color CSS Codes

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

#c2357d Text Font Color

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

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


#c2357d Background Color

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

This div background color is #c2357d


#c2357d Border Color

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

This div border color is #c2357d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2357d


Comments

No comments written yet.

Please login to write comment.