Color Hex Logo

#c66371 Color Hex

#C66371
(198,99,113)
0 Favorites   0 Comments

Color spaces of #c66371

RGB 19899113
HSL0.980.460.58
HSV352°50°78°
CMYK 0.000.500.43   0.22
XYZ30.731222.121718.2730
Yxy22.12170.43210.3110
Hunter Lab47.033734.32059.8889
CIE-Lab54.155940.780010.6404

#c66371 color RGB value is (198,99,113).

#c66371 hex color red value is 198, green value is 99 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c66371 hue: 0.98 , saturation: 0.46 and the lightness value of c66371 is 0.58.

The process color (four color CMYK) of #c66371 color hex is 0.00, 0.50, 0.43, 0.22. Web safe color of #c66371 is #cc6666. Color #c66371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100011 01110001
Octal 306 143 161
Decimal 198 99 113
Hex C6 63 71

RGB Percentages of Color #c66371

%48.29
%24.15
%27.56

CMYK Percentages of Color #c66371

%0
%50
%43
%22

Triadic Colors of #c66371

#c66371 #71c663 #6371c6

Analogous Colors of #c66371

#c66371 #c68763 #c663a3

Monochromatic Colors of #c66371

#c66371

Complementary Color

#c66371 #63c6b8

#c66371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66371 Color CSS Codes

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

#c66371 Text Font Color

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

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


#c66371 Background Color

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

This div background color is #c66371


#c66371 Border Color

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

This div border color is #c66371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66371


Comments

No comments written yet.

Please login to write comment.