Color Hex Logo

#c194ce Color Hex

#C194CE
(193,148,206)
0 Favorites   0 Comments

Color spaces of #c194ce

RGB 193148206
HSL0.800.370.69
HSV287°28°81°
CMYK 0.060.280.00   0.19
XYZ43.722836.973563.2247
Yxy36.97350.30380.2569
Hunter Lab60.805821.9413-19.0845
CIE-Lab67.257127.1086-23.3081

#c194ce color RGB value is (193,148,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 11001110
Octal 301 224 316
Decimal 193 148 206
Hex C1 94 CE

RGB Percentages of Color #c194ce

%35.28
%27.06
%37.66

CMYK Percentages of Color #c194ce

%6
%28
%0
%19

Triadic Colors of #c194ce

#c194ce #cec194 #94cec1

Analogous Colors of #c194ce

#c194ce #ce94be #a494ce

Monochromatic Colors of #c194ce

#c194ce

Complementary Color

#c194ce #a1ce94

#c194ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c194ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c194ce Color CSS Codes

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

#c194ce Text Font Color

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

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


#c194ce Background Color

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

This div background color is #c194ce


#c194ce Border Color

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

This div border color is #c194ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c194ce


Comments

No comments written yet.

Please login to write comment.