Color Hex Logo

#c963df Color Hex

#C963DF
(201,99,223)
0 Favorites   0 Comments

Color spaces of #c963df

RGB 20199223
HSL0.800.660.63
HSV289°56°87°
CMYK 0.100.560.00   0.13
XYZ41.868526.668972.7529
Yxy26.66890.29630.1888
Hunter Lab51.641954.3448-47.3781
CIE-Lab58.666658.6014-46.1122

#c963df color RGB value is (201,99,223).

#c963df hex color red value is 201, green value is 99 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c963df hue: 0.80 , saturation: 0.66 and the lightness value of c963df is 0.63.

The process color (four color CMYK) of #c963df color hex is 0.10, 0.56, 0.00, 0.13. Web safe color of #c963df is #cc66cc. Color #c963df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100011 11011111
Octal 311 143 337
Decimal 201 99 223
Hex C9 63 DF

RGB Percentages of Color #c963df

%38.43
%18.93
%42.64

CMYK Percentages of Color #c963df

%10
%56
%0
%13

Triadic Colors of #c963df

#c963df #dfc963 #63dfc9

Analogous Colors of #c963df

#c963df #df63b7 #8b63df

Monochromatic Colors of #c963df

#c963df

Complementary Color

#c963df #79df63

#c963df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c963df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c963df Color CSS Codes

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

#c963df Text Font Color

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

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


#c963df Background Color

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

This div background color is #c963df


#c963df Border Color

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

This div border color is #c963df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c963df


Comments

No comments written yet.

Please login to write comment.