Color Hex Logo

#c169be Color Hex

#C169BE
(193,105,190)
0 Favorites   0 Comments

Color spaces of #c169be

RGB 193105190
HSL0.840.420.58
HSV302°46°76°
CMYK 0.000.460.02   0.24
XYZ36.338225.158351.6560
Yxy25.15830.32110.2223
Hunter Lab50.158141.5420-25.9500
CIE-Lab57.229347.2491-29.7278

#c169be color RGB value is (193,105,190).

#c169be hex color red value is 193, green value is 105 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c169be hue: 0.84 , saturation: 0.42 and the lightness value of c169be is 0.58.

The process color (four color CMYK) of #c169be color hex is 0.00, 0.46, 0.02, 0.24. Web safe color of #c169be is #cc66cc. Color #c169be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101001 10111110
Octal 301 151 276
Decimal 193 105 190
Hex C1 69 BE

RGB Percentages of Color #c169be

%39.55
%21.52
%38.93

CMYK Percentages of Color #c169be

%0
%46
%2
%24

Triadic Colors of #c169be

#c169be #bec169 #69bec1

Analogous Colors of #c169be

#c169be #c16992 #9869c1

Monochromatic Colors of #c169be

#c169be

Complementary Color

#c169be #69c16c

#c169be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c169be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c169be Color CSS Codes

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

#c169be Text Font Color

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

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


#c169be Background Color

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

This div background color is #c169be


#c169be Border Color

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

This div border color is #c169be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c169be


Comments

No comments written yet.

Please login to write comment.