Color Hex Logo

#c194bb Color Hex

#C194BB
(193,148,187)
0 Favorites   0 Comments

Color spaces of #c194bb

RGB 193148187
HSL0.860.270.67
HSV308°23°76°
CMYK 0.000.230.03   0.24
XYZ41.551936.105151.7927
Yxy36.10510.32100.2789
Hunter Lab60.087518.2837-9.0440
CIE-Lab66.600223.4436-13.7087

#c194bb color RGB value is (193,148,187).

#c194bb hex color red value is 193, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c194bb hue: 0.86 , saturation: 0.27 and the lightness value of c194bb is 0.67.

The process color (four color CMYK) of #c194bb color hex is 0.00, 0.23, 0.03, 0.24. Web safe color of #c194bb is #cc99cc. Color #c194bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 10111011
Octal 301 224 273
Decimal 193 148 187
Hex C1 94 BB

RGB Percentages of Color #c194bb

%36.55
%28.03
%35.42

CMYK Percentages of Color #c194bb

%0
%23
%3
%24

Triadic Colors of #c194bb

#c194bb #bbc194 #94bbc1

Analogous Colors of #c194bb

#c194bb #c194a5 #b194c1

Monochromatic Colors of #c194bb

#c194bb

Complementary Color

#c194bb #94c19a

#c194bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c194bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c194bb Color CSS Codes

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

#c194bb Text Font Color

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

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


#c194bb Background Color

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

This div background color is #c194bb


#c194bb Border Color

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

This div border color is #c194bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c194bb


Comments

No comments written yet.

Please login to write comment.