Color Hex Logo

#c66264 Color Hex

#C66264
(198,98,100)
0 Favorites   0 Comments

Color spaces of #c66264

RGB 19898100
HSL1.000.470.58
HSV359°51°78°
CMYK 0.000.510.49   0.22
XYZ29.956621.661214.6587
Yxy21.66120.45200.3268
Hunter Lab46.541633.444113.9052
CIE-Lab53.665739.985117.6090

#c66264 color RGB value is (198,98,100).

#c66264 hex color red value is 198, green value is 98 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #c66264 hue: 1.00 , saturation: 0.47 and the lightness value of c66264 is 0.58.

The process color (four color CMYK) of #c66264 color hex is 0.00, 0.51, 0.49, 0.22. Web safe color of #c66264 is #cc6666. Color #c66264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100010 01100100
Octal 306 142 144
Decimal 198 98 100
Hex C6 62 64

RGB Percentages of Color #c66264

%50.00
%24.75
%25.25

CMYK Percentages of Color #c66264

%0
%51
%49
%22

Triadic Colors of #c66264

#c66264 #64c662 #6264c6

Analogous Colors of #c66264

#c66264 #c69262 #c66296

Monochromatic Colors of #c66264

#c66264

Complementary Color

#c66264 #62c6c4

#c66264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66264 Color CSS Codes

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

#c66264 Text Font Color

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

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


#c66264 Background Color

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

This div background color is #c66264


#c66264 Border Color

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

This div border color is #c66264


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,98,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c66264; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c66264;
  -webkit-box-shadow: 1px 1px 3px 2px #c66264;
  box-shadow:         1px 1px 3px 2px #c66264; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,98,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66264


Comments

No comments written yet.

Please login to write comment.