Color Hex Logo

#c388ac Color Hex

#C388AC
(195,136,172)
0 Favorites   0 Comments

Color spaces of #c388ac

RGB 195136172
HSL0.900.330.65
HSV323°30°76°
CMYK 0.000.300.12   0.24
XYZ38.756232.189043.2001
Yxy32.18900.33950.2820
Hunter Lab56.735422.6474-5.4305
CIE-Lab63.498828.1026-9.8951

#c388ac color RGB value is (195,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001000 10101100
Octal 303 210 254
Decimal 195 136 172
Hex C3 88 AC

RGB Percentages of Color #c388ac

%38.77
%27.04
%34.19

CMYK Percentages of Color #c388ac

%0
%30
%12
%24

Triadic Colors of #c388ac

#c388ac #acc388 #88acc3

Analogous Colors of #c388ac

#c388ac #c3888f #bd88c3

Monochromatic Colors of #c388ac

#c388ac

Complementary Color

#c388ac #88c39f

#c388ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c388ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c388ac Color CSS Codes

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

#c388ac Text Font Color

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

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


#c388ac Background Color

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

This div background color is #c388ac


#c388ac Border Color

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

This div border color is #c388ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c388ac


Comments

No comments written yet.

Please login to write comment.