Color Hex Logo

#c66993 Color Hex

#C66993
(198,105,147)
0 Favorites   0 Comments

Color spaces of #c66993

RGB 198105147
HSL0.920.450.59
HSV333°47°78°
CMYK 0.000.470.26   0.22
XYZ33.606724.215530.5066
Yxy24.21550.38050.2742
Hunter Lab49.209235.7877-2.3096
CIE-Lab56.302941.9117-6.2101

#c66993 color RGB value is (198,105,147).

#c66993 hex color red value is 198, green value is 105 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c66993 hue: 0.92 , saturation: 0.45 and the lightness value of c66993 is 0.59.

The process color (four color CMYK) of #c66993 color hex is 0.00, 0.47, 0.26, 0.22. Web safe color of #c66993 is #cc6699. Color #c66993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101001 10010011
Octal 306 151 223
Decimal 198 105 147
Hex C6 69 93

RGB Percentages of Color #c66993

%44.00
%23.33
%32.67

CMYK Percentages of Color #c66993

%0
%47
%26
%22

Triadic Colors of #c66993

#c66993 #93c669 #6993c6

Analogous Colors of #c66993

#c66993 #c66e69 #c669c2

Monochromatic Colors of #c66993

#c66993

Complementary Color

#c66993 #69c69c

#c66993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66993 Color CSS Codes

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

#c66993 Text Font Color

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

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


#c66993 Background Color

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

This div background color is #c66993


#c66993 Border Color

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

This div border color is #c66993


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,105,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 #c66993">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66993


Comments

No comments written yet.

Please login to write comment.