Color Hex Logo

#c386cb Color Hex

#C386CB
(195,134,203)
0 Favorites   0 Comments

Color spaces of #c386cb

RGB 195134203
HSL0.810.400.66
HSV293°34°80°
CMYK 0.040.340.00   0.20
XYZ41.810332.964160.6590
Yxy32.96410.30870.2434
Hunter Lab57.414429.5121-22.4506
CIE-Lab64.131834.8680-26.4083

#c386cb color RGB value is (195,134,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000110 11001011
Octal 303 206 313
Decimal 195 134 203
Hex C3 86 CB

RGB Percentages of Color #c386cb

%36.65
%25.19
%38.16

CMYK Percentages of Color #c386cb

%4
%34
%0
%20

Triadic Colors of #c386cb

#c386cb #cbc386 #86cbc3

Analogous Colors of #c386cb

#c386cb #cb86b1 #a186cb

Monochromatic Colors of #c386cb

#c386cb

Complementary Color

#c386cb #8ecb86

#c386cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c386cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c386cb Color CSS Codes

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

#c386cb Text Font Color

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

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


#c386cb Background Color

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

This div background color is #c386cb


#c386cb Border Color

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

This div border color is #c386cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c386cb


Comments

No comments written yet.

Please login to write comment.