Color Hex Logo

#c186ca Color Hex

#C186CA
(193,134,202)
0 Favorites   0 Comments

Color spaces of #c186ca

RGB 193134202
HSL0.810.390.66
HSV292°34°79°
CMYK 0.040.340.00   0.21
XYZ41.178132.651960.0092
Yxy32.65190.30770.2440
Hunter Lab57.141828.6342-22.2659
CIE-Lab63.878134.0355-26.2561

#c186ca color RGB value is (193,134,202).

#c186ca hex color red value is 193, green value is 134 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c186ca hue: 0.81 , saturation: 0.39 and the lightness value of c186ca is 0.66.

The process color (four color CMYK) of #c186ca color hex is 0.04, 0.34, 0.00, 0.21. Web safe color of #c186ca is #cc99cc. Color #c186ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 11001010
Octal 301 206 312
Decimal 193 134 202
Hex C1 86 CA

RGB Percentages of Color #c186ca

%36.48
%25.33
%38.19

CMYK Percentages of Color #c186ca

%4
%34
%0
%21

Triadic Colors of #c186ca

#c186ca #cac186 #86cac1

Analogous Colors of #c186ca

#c186ca #ca86b1 #9f86ca

Monochromatic Colors of #c186ca

#c186ca

Complementary Color

#c186ca #8fca86

#c186ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c186ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c186ca Color CSS Codes

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

#c186ca Text Font Color

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

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


#c186ca Background Color

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

This div background color is #c186ca


#c186ca Border Color

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

This div border color is #c186ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c186ca


Comments

No comments written yet.

Please login to write comment.