Color Hex Logo

#c194da Color Hex

#C194DA
(193,148,218)
0 Favorites   0 Comments

Color spaces of #c194da

RGB 193148218
HSL0.770.490.72
HSV279°32°85°
CMYK 0.110.320.00   0.15
XYZ45.237137.579271.1989
Yxy37.57920.29370.2440
Hunter Lab61.301924.4440-25.9509
CIE-Lab67.709329.5651-29.2675

#c194da color RGB value is (193,148,218).

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

The process color (four color CMYK) of #c194da color hex is 0.11, 0.32, 0.00, 0.15. Web safe color of #c194da is #cc99cc. Color #c194da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 11011010
Octal 301 224 332
Decimal 193 148 218
Hex C1 94 DA

RGB Percentages of Color #c194da

%34.53
%26.48
%39.00

CMYK Percentages of Color #c194da

%11
%32
%0
%15

Triadic Colors of #c194da

#c194da #dac194 #94dac1

Analogous Colors of #c194da

#c194da #da94d0 #9e94da

Monochromatic Colors of #c194da

#c194da

Complementary Color

#c194da #adda94

#c194da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c194da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c194da Color CSS Codes

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

#c194da Text Font Color

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

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


#c194da Background Color

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

This div background color is #c194da


#c194da Border Color

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

This div border color is #c194da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c194da


Comments

No comments written yet.

Please login to write comment.