Color Hex Logo

#c193da Color Hex

#C193DA
(193,147,218)
0 Favorites   0 Comments

Color spaces of #c193da

RGB 193147218
HSL0.770.490.72
HSV279°33°85°
CMYK 0.110.330.00   0.15
XYZ45.080937.266871.1469
Yxy37.26680.29370.2428
Hunter Lab61.046524.9850-26.3672
CIE-Lab67.476730.1178-29.6262

#c193da color RGB value is (193,147,218).

#c193da hex color red value is 193, green value is 147 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c193da hue: 0.77 , saturation: 0.49 and the lightness value of c193da is 0.72.

The process color (four color CMYK) of #c193da color hex is 0.11, 0.33, 0.00, 0.15. Web safe color of #c193da is #cc99cc. Color #c193da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010011 11011010
Octal 301 223 332
Decimal 193 147 218
Hex C1 93 DA

RGB Percentages of Color #c193da

%34.59
%26.34
%39.07

CMYK Percentages of Color #c193da

%11
%33
%0
%15

Triadic Colors of #c193da

#c193da #dac193 #93dac1

Analogous Colors of #c193da

#c193da #da93d0 #9e93da

Monochromatic Colors of #c193da

#c193da

Complementary Color

#c193da #acda93

#c193da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c193da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c193da Color CSS Codes

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

#c193da Text Font Color

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

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


#c193da Background Color

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

This div background color is #c193da


#c193da Border Color

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

This div border color is #c193da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c193da

#c193da Color Palettes


Comments

No comments written yet.

Please login to write comment.