Color Hex Logo

#c163dd Color Hex

#C163DD
(193,99,221)
0 Favorites   0 Comments

Color spaces of #c163dd

RGB 19399221
HSL0.800.640.63
HSV286°55°87°
CMYK 0.130.550.00   0.13
XYZ39.505325.481671.2429
Yxy25.48160.29000.1870
Hunter Lab50.479351.3560-48.3422
CIE-Lab57.541756.1533-46.8336

#c163dd color RGB value is (193,99,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100011 11011101
Octal 301 143 335
Decimal 193 99 221
Hex C1 63 DD

RGB Percentages of Color #c163dd

%37.62
%19.30
%43.08

CMYK Percentages of Color #c163dd

%13
%55
%0
%13

Triadic Colors of #c163dd

#c163dd #ddc163 #63ddc1

Analogous Colors of #c163dd

#c163dd #dd63bc #8463dd

Monochromatic Colors of #c163dd

#c163dd

Complementary Color

#c163dd #7fdd63

#c163dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c163dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c163dd Color CSS Codes

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

#c163dd Text Font Color

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

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


#c163dd Background Color

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

This div background color is #c163dd


#c163dd Border Color

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

This div border color is #c163dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c163dd


Comments

No comments written yet.

Please login to write comment.