Color Hex Logo

#c193db Color Hex

#C193DB
(193,147,219)
0 Favorites   0 Comments

Color spaces of #c193db

RGB 193147219
HSL0.770.500.72
HSV278°33°86°
CMYK 0.120.330.00   0.14
XYZ45.212237.319471.8382
Yxy37.31940.29290.2418
Hunter Lab61.089625.2004-26.9592
CIE-Lab67.516030.3268-30.1188

#c193db color RGB value is (193,147,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010011 11011011
Octal 301 223 333
Decimal 193 147 219
Hex C1 93 DB

RGB Percentages of Color #c193db

%34.53
%26.30
%39.18

CMYK Percentages of Color #c193db

%12
%33
%0
%14

Triadic Colors of #c193db

#c193db #dbc193 #93dbc1

Analogous Colors of #c193db

#c193db #db93d1 #9d93db

Monochromatic Colors of #c193db

#c193db

Complementary Color

#c193db #addb93

#c193db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c193db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c193db Color CSS Codes

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

#c193db Text Font Color

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

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


#c193db Background Color

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

This div background color is #c193db


#c193db Border Color

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

This div border color is #c193db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c193db


Comments

No comments written yet.

Please login to write comment.