Color Hex Logo

#c54666 Color Hex

#C54666
(197,70,102)
0 Favorites   0 Comments

Color spaces of #c54666

RGB 19770102
HSL0.960.520.52
HSV345°64°77°
CMYK 0.000.640.48   0.23
XYZ27.614417.209914.4368
Yxy17.20990.46600.2904
Hunter Lab41.484846.22028.4063
CIE-Lab48.523453.04019.2629

#c54666 color RGB value is (197,70,102).

#c54666 hex color red value is 197, green value is 70 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c54666 hue: 0.96 , saturation: 0.52 and the lightness value of c54666 is 0.52.

The process color (four color CMYK) of #c54666 color hex is 0.00, 0.64, 0.48, 0.23. Web safe color of #c54666 is #cc3366. Color #c54666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000110 01100110
Octal 305 106 146
Decimal 197 70 102
Hex C5 46 66

RGB Percentages of Color #c54666

%53.39
%18.97
%27.64

CMYK Percentages of Color #c54666

%0
%64
%48
%23

Triadic Colors of #c54666

#c54666 #66c546 #4666c5

Analogous Colors of #c54666

#c54666 #c56646 #c546a6

Monochromatic Colors of #c54666

#c54666

Complementary Color

#c54666 #46c5a5

#c54666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54666 Color CSS Codes

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

#c54666 Text Font Color

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

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


#c54666 Background Color

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

This div background color is #c54666


#c54666 Border Color

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

This div border color is #c54666


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,70,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c54666; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c54666;
  -webkit-box-shadow: 1px 1px 3px 2px #c54666;
  box-shadow:         1px 1px 3px 2px #c54666; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,70,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54666


Comments

No comments written yet.

Please login to write comment.