Color Hex Logo

#c385af Color Hex

#C385AF
(195,133,175)
0 Favorites   0 Comments

Color spaces of #c385af

RGB 195133175
HSL0.890.340.64
HSV319°32°76°
CMYK 0.000.320.10   0.24
XYZ38.631131.472344.5961
Yxy31.47230.33680.2744
Hunter Lab56.100224.7414-7.8617
CIE-Lab62.904330.2655-12.4863

#c385af color RGB value is (195,133,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000101 10101111
Octal 303 205 257
Decimal 195 133 175
Hex C3 85 AF

RGB Percentages of Color #c385af

%38.77
%26.44
%34.79

CMYK Percentages of Color #c385af

%0
%32
%10
%24

Triadic Colors of #c385af

#c385af #afc385 #85afc3

Analogous Colors of #c385af

#c385af #c38590 #b885c3

Monochromatic Colors of #c385af

#c385af

Complementary Color

#c385af #85c399

#c385af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c385af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c385af Color CSS Codes

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

#c385af Text Font Color

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

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


#c385af Background Color

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

This div background color is #c385af


#c385af Border Color

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

This div border color is #c385af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c385af


Comments

No comments written yet.

Please login to write comment.