Color Hex Logo

#c386af Color Hex

#C386AF
(195,134,175)
0 Favorites   0 Comments

Color spaces of #c386af

RGB 195134175
HSL0.890.340.65
HSV320°31°76°
CMYK 0.000.310.10   0.24
XYZ38.768631.747444.6420
Yxy31.74740.33670.2757
Hunter Lab56.344824.2152-7.5341
CIE-Lab63.133629.7163-12.1420

#c386af color RGB value is (195,134,175).

#c386af hex color red value is 195, green value is 134 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c386af hue: 0.89 , saturation: 0.34 and the lightness value of c386af is 0.65.

The process color (four color CMYK) of #c386af color hex is 0.00, 0.31, 0.10, 0.24. Web safe color of #c386af is #cc9999. Color #c386af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000110 10101111
Octal 303 206 257
Decimal 195 134 175
Hex C3 86 AF

RGB Percentages of Color #c386af

%38.69
%26.59
%34.72

CMYK Percentages of Color #c386af

%0
%31
%10
%24

Triadic Colors of #c386af

#c386af #afc386 #86afc3

Analogous Colors of #c386af

#c386af #c38691 #b986c3

Monochromatic Colors of #c386af

#c386af

Complementary Color

#c386af #86c39a

#c386af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c386af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c386af Color CSS Codes

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

#c386af Text Font Color

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

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


#c386af Background Color

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

This div background color is #c386af


#c386af Border Color

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

This div border color is #c386af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c386af


Comments

No comments written yet.

Please login to write comment.