Color Hex Logo

#c2477e Color Hex

#C2477E
(194,71,126)
0 Favorites   0 Comments

Color spaces of #c2477e

RGB 19471126
HSL0.930.500.52
HSV333°63°76°
CMYK 0.000.630.35   0.24
XYZ28.267317.482221.6232
Yxy17.48220.41960.2595
Hunter Lab41.811747.5065-1.3940
CIE-Lab48.862054.1706-4.8545

#c2477e color RGB value is (194,71,126).

#c2477e hex color red value is 194, green value is 71 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c2477e hue: 0.93 , saturation: 0.50 and the lightness value of c2477e is 0.52.

The process color (four color CMYK) of #c2477e color hex is 0.00, 0.63, 0.35, 0.24. Web safe color of #c2477e is #cc3366. Color #c2477e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000111 01111110
Octal 302 107 176
Decimal 194 71 126
Hex C2 47 7E

RGB Percentages of Color #c2477e

%49.62
%18.16
%32.23

CMYK Percentages of Color #c2477e

%0
%63
%35
%24

Triadic Colors of #c2477e

#c2477e #7ec247 #477ec2

Analogous Colors of #c2477e

#c2477e #c24e47 #c247bc

Monochromatic Colors of #c2477e

#c2477e

Complementary Color

#c2477e #47c28b

#c2477e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2477e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2477e Color CSS Codes

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

#c2477e Text Font Color

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

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


#c2477e Background Color

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

This div background color is #c2477e


#c2477e Border Color

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

This div border color is #c2477e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2477e


Comments

No comments written yet.

Please login to write comment.