Color Hex Logo

#c389ad Color Hex

#C389AD
(195,137,173)
0 Favorites   0 Comments

Color spaces of #c389ad

RGB 195137173
HSL0.900.330.65
HSV323°30°76°
CMYK 0.000.300.11   0.24
XYZ38.994232.510643.7551
Yxy32.51060.33830.2821
Hunter Lab57.018122.2931-5.5859
CIE-Lab63.762727.7225-10.0668

#c389ad color RGB value is (195,137,173).

#c389ad hex color red value is 195, green value is 137 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c389ad hue: 0.90 , saturation: 0.33 and the lightness value of c389ad is 0.65.

The process color (four color CMYK) of #c389ad color hex is 0.00, 0.30, 0.11, 0.24. Web safe color of #c389ad is #cc9999. Color #c389ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001001 10101101
Octal 303 211 255
Decimal 195 137 173
Hex C3 89 AD

RGB Percentages of Color #c389ad

%38.61
%27.13
%34.26

CMYK Percentages of Color #c389ad

%0
%30
%11
%24

Triadic Colors of #c389ad

#c389ad #adc389 #89adc3

Analogous Colors of #c389ad

#c389ad #c38990 #bc89c3

Monochromatic Colors of #c389ad

#c389ad

Complementary Color

#c389ad #89c39f

#c389ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c389ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c389ad Color CSS Codes

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

#c389ad Text Font Color

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

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


#c389ad Background Color

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

This div background color is #c389ad


#c389ad Border Color

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

This div border color is #c389ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c389ad


Comments

No comments written yet.

Please login to write comment.