Color Hex Logo

#c388ba Color Hex

#C388BA
(195,136,186)
0 Favorites   0 Comments

Color spaces of #c388ba

RGB 195136186
HSL0.860.330.65
HSV309°30°76°
CMYK 0.000.300.05   0.24
XYZ40.172832.755650.6595
Yxy32.75560.32510.2650
Hunter Lab57.232525.1363-12.4179
CIE-Lab63.962530.5671-17.1093

#c388ba color RGB value is (195,136,186).

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

The process color (four color CMYK) of #c388ba color hex is 0.00, 0.30, 0.05, 0.24. Web safe color of #c388ba is #cc99cc. Color #c388ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001000 10111010
Octal 303 210 272
Decimal 195 136 186
Hex C3 88 BA

RGB Percentages of Color #c388ba

%37.72
%26.31
%35.98

CMYK Percentages of Color #c388ba

%0
%30
%5
%24

Triadic Colors of #c388ba

#c388ba #bac388 #88bac3

Analogous Colors of #c388ba

#c388ba #c3889d #af88c3

Monochromatic Colors of #c388ba

#c388ba

Complementary Color

#c388ba #88c391

#c388ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c388ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c388ba Color CSS Codes

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

#c388ba Text Font Color

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

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


#c388ba Background Color

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

This div background color is #c388ba


#c388ba Border Color

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

This div border color is #c388ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c388ba


Comments

No comments written yet.

Please login to write comment.