Color Hex Logo

#c194cd Color Hex

#C194CD
(193,148,205)
0 Favorites   0 Comments

Color spaces of #c194cd

RGB 193148205
HSL0.800.360.69
HSV287°28°80°
CMYK 0.060.280.00   0.20
XYZ43.601736.925062.5868
Yxy36.92500.30470.2580
Hunter Lab60.765921.7396-18.5305
CIE-Lab67.220726.9089-22.8078

#c194cd color RGB value is (193,148,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 11001101
Octal 301 224 315
Decimal 193 148 205
Hex C1 94 CD

RGB Percentages of Color #c194cd

%35.35
%27.11
%37.55

CMYK Percentages of Color #c194cd

%6
%28
%0
%20

Triadic Colors of #c194cd

#c194cd #cdc194 #94cdc1

Analogous Colors of #c194cd

#c194cd #cd94bd #a594cd

Monochromatic Colors of #c194cd

#c194cd

Complementary Color

#c194cd #a0cd94

#c194cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c194cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c194cd Color CSS Codes

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

#c194cd Text Font Color

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

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


#c194cd Background Color

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

This div background color is #c194cd


#c194cd Border Color

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

This div border color is #c194cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c194cd


Comments

No comments written yet.

Please login to write comment.