Color Hex Logo

#c186be Color Hex

#C186BE
(193,134,190)
0 Favorites   0 Comments

Color spaces of #c186be

RGB 193134190
HSL0.840.320.64
HSV303°31°76°
CMYK 0.000.310.02   0.24
XYZ39.811732.105452.8138
Yxy32.10540.31920.2574
Hunter Lab56.661626.2602-15.6005
CIE-Lab63.429931.7353-20.1940

#c186be color RGB value is (193,134,190).

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

The process color (four color CMYK) of #c186be color hex is 0.00, 0.31, 0.02, 0.24. Web safe color of #c186be is #cc99cc. Color #c186be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 10111110
Octal 301 206 276
Decimal 193 134 190
Hex C1 86 BE

RGB Percentages of Color #c186be

%37.33
%25.92
%36.75

CMYK Percentages of Color #c186be

%0
%31
%2
%24

Triadic Colors of #c186be

#c186be #bec186 #86bec1

Analogous Colors of #c186be

#c186be #c186a1 #a786c1

Monochromatic Colors of #c186be

#c186be

Complementary Color

#c186be #86c189

#c186be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c186be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c186be Color CSS Codes

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

#c186be Text Font Color

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

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


#c186be Background Color

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

This div background color is #c186be


#c186be Border Color

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

This div border color is #c186be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,134,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 #c186be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c186be


Comments

No comments written yet.

Please login to write comment.