Color Hex Logo

#c193dc Color Hex

#C193DC
(193,147,220)
0 Favorites   0 Comments

Color spaces of #c193dc

RGB 193147220
HSL0.770.510.72
HSV278°33°86°
CMYK 0.120.330.00   0.14
XYZ45.344337.372272.5338
Yxy37.37220.29210.2407
Hunter Lab61.132825.4172-27.5544
CIE-Lab67.555330.5369-30.6111

#c193dc color RGB value is (193,147,220).

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

The process color (four color CMYK) of #c193dc color hex is 0.12, 0.33, 0.00, 0.14. Web safe color of #c193dc is #cc99cc. Color #c193dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010011 11011100
Octal 301 223 334
Decimal 193 147 220
Hex C1 93 DC

RGB Percentages of Color #c193dc

%34.46
%26.25
%39.29

CMYK Percentages of Color #c193dc

%12
%33
%0
%14

Triadic Colors of #c193dc

#c193dc #dcc193 #93dcc1

Analogous Colors of #c193dc

#c193dc #dc93d3 #9d93dc

Monochromatic Colors of #c193dc

#c193dc

Complementary Color

#c193dc #aedc93

#c193dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c193dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c193dc Color CSS Codes

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

#c193dc Text Font Color

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

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


#c193dc Background Color

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

This div background color is #c193dc


#c193dc Border Color

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

This div border color is #c193dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c193dc


Comments

No comments written yet.

Please login to write comment.