Color Hex Logo

#c186fc Color Hex

#C186FC
(193,134,252)
0 Favorites   0 Comments

Color spaces of #c186fc

RGB 193134252
HSL0.750.950.76
HSV270°47°99°
CMYK 0.230.470.00   0.01
XYZ48.088135.415996.3969
Yxy35.41590.26730.1969
Hunter Lab59.511340.0923-54.3806
CIE-Lab66.071244.6605-50.5406

#c186fc color RGB value is (193,134,252).

#c186fc hex color red value is 193, green value is 134 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c186fc hue: 0.75 , saturation: 0.95 and the lightness value of c186fc is 0.76.

The process color (four color CMYK) of #c186fc color hex is 0.23, 0.47, 0.00, 0.01. Web safe color of #c186fc is #cc99ff. Color #c186fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 11111100
Octal 301 206 374
Decimal 193 134 252
Hex C1 86 FC

RGB Percentages of Color #c186fc

%33.33
%23.14
%43.52

CMYK Percentages of Color #c186fc

%23
%47
%0
%1

Triadic Colors of #c186fc

#c186fc #fcc186 #86fcc1

Analogous Colors of #c186fc

#c186fc #fc86fc #8686fc

Monochromatic Colors of #c186fc

#c186fc

Complementary Color

#c186fc #c1fc86

#c186fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c186fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c186fc Color CSS Codes

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

#c186fc Text Font Color

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

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


#c186fc Background Color

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

This div background color is #c186fc


#c186fc Border Color

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

This div border color is #c186fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c186fc


Comments

No comments written yet.

Please login to write comment.