Color Hex Logo

#c663cd Color Hex

#C663CD
(198,99,205)
0 Favorites   0 Comments

Color spaces of #c663cd

RGB 19899205
HSL0.820.510.60
HSV296°52°80°
CMYK 0.030.520.00   0.20
XYZ38.770025.337260.6048
Yxy25.33720.31090.2032
Hunter Lab50.336149.3967-36.1501
CIE-Lab57.402554.4236-37.9615

#c663cd color RGB value is (198,99,205).

#c663cd hex color red value is 198, green value is 99 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c663cd hue: 0.82 , saturation: 0.51 and the lightness value of c663cd is 0.60.

The process color (four color CMYK) of #c663cd color hex is 0.03, 0.52, 0.00, 0.20. Web safe color of #c663cd is #cc66cc. Color #c663cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100011 11001101
Octal 306 143 315
Decimal 198 99 205
Hex C6 63 CD

RGB Percentages of Color #c663cd

%39.44
%19.72
%40.84

CMYK Percentages of Color #c663cd

%3
%52
%0
%20

Triadic Colors of #c663cd

#c663cd #cdc663 #63cdc6

Analogous Colors of #c663cd

#c663cd #cd639f #9163cd

Monochromatic Colors of #c663cd

#c663cd

Complementary Color

#c663cd #6acd63

#c663cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c663cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c663cd Color CSS Codes

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

#c663cd Text Font Color

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

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


#c663cd Background Color

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

This div background color is #c663cd


#c663cd Border Color

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

This div border color is #c663cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c663cd


Comments

No comments written yet.

Please login to write comment.