Color Hex Logo

#c47693 Color Hex

#C47693
(196,118,147)
0 Favorites   0 Comments

Color spaces of #c47693

RGB 196118147
HSL0.940.400.62
HSV338°40°77°
CMYK 0.000.400.25   0.23
XYZ34.509826.799230.9577
Yxy26.79920.37400.2905
Hunter Lab51.767928.39860.7816
CIE-Lab58.788034.3392-2.5674

#c47693 color RGB value is (196,118,147).

#c47693 hex color red value is 196, green value is 118 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c47693 hue: 0.94 , saturation: 0.40 and the lightness value of c47693 is 0.62.

The process color (four color CMYK) of #c47693 color hex is 0.00, 0.40, 0.25, 0.23. Web safe color of #c47693 is #cc6699. Color #c47693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110110 10010011
Octal 304 166 223
Decimal 196 118 147
Hex C4 76 93

RGB Percentages of Color #c47693

%42.52
%25.60
%31.89

CMYK Percentages of Color #c47693

%0
%40
%25
%23

Triadic Colors of #c47693

#c47693 #93c476 #7693c4

Analogous Colors of #c47693

#c47693 #c48076 #c476ba

Monochromatic Colors of #c47693

#c47693

Complementary Color

#c47693 #76c4a7

#c47693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47693 Color CSS Codes

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

#c47693 Text Font Color

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

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


#c47693 Background Color

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

This div background color is #c47693


#c47693 Border Color

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

This div border color is #c47693


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,118,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c47693; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c47693;
  -webkit-box-shadow: 1px 1px 3px 2px #c47693;
  box-shadow:         1px 1px 3px 2px #c47693; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,118,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47693


Comments

No comments written yet.

Please login to write comment.