Color Hex Logo

#c193cb Color Hex

#C193CB
(193,147,203)
0 Favorites   0 Comments

Color spaces of #c193cb

RGB 193147203
HSL0.800.350.69
HSV289°28°80°
CMYK 0.050.280.00   0.20
XYZ43.205536.516761.2712
Yxy36.51670.30640.2590
Hunter Lab60.429021.8729-17.8159
CIE-Lab66.912827.0644-22.1652

#c193cb color RGB value is (193,147,203).

#c193cb hex color red value is 193, green value is 147 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c193cb hue: 0.80 , saturation: 0.35 and the lightness value of c193cb is 0.69.

The process color (four color CMYK) of #c193cb color hex is 0.05, 0.28, 0.00, 0.20. Web safe color of #c193cb is #cc99cc. Color #c193cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010011 11001011
Octal 301 223 313
Decimal 193 147 203
Hex C1 93 CB

RGB Percentages of Color #c193cb

%35.54
%27.07
%37.38

CMYK Percentages of Color #c193cb

%5
%28
%0
%20

Triadic Colors of #c193cb

#c193cb #cbc193 #93cbc1

Analogous Colors of #c193cb

#c193cb #cb93b9 #a593cb

Monochromatic Colors of #c193cb

#c193cb

Complementary Color

#c193cb #9dcb93

#c193cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c193cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c193cb Color CSS Codes

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

#c193cb Text Font Color

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

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


#c193cb Background Color

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

This div background color is #c193cb


#c193cb Border Color

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

This div border color is #c193cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c193cb


Comments

No comments written yet.

Please login to write comment.