Color Hex Logo

#c183ba Color Hex

#C183BA
(193,131,186)
0 Favorites   0 Comments

Color spaces of #c183ba

RGB 193131186
HSL0.850.330.64
HSV307°32°76°
CMYK 0.000.320.04   0.24
XYZ38.971531.115250.4062
Yxy31.11520.32340.2582
Hunter Lab55.781027.0926-14.5304
CIE-Lab62.604832.6414-19.1915

#c183ba color RGB value is (193,131,186).

#c183ba hex color red value is 193, green value is 131 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c183ba hue: 0.85 , saturation: 0.33 and the lightness value of c183ba is 0.64.

The process color (four color CMYK) of #c183ba color hex is 0.00, 0.32, 0.04, 0.24. Web safe color of #c183ba is #cc99cc. Color #c183ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000011 10111010
Octal 301 203 272
Decimal 193 131 186
Hex C1 83 BA

RGB Percentages of Color #c183ba

%37.84
%25.69
%36.47

CMYK Percentages of Color #c183ba

%0
%32
%4
%24

Triadic Colors of #c183ba

#c183ba #bac183 #83bac1

Analogous Colors of #c183ba

#c183ba #c1839b #a983c1

Monochromatic Colors of #c183ba

#c183ba

Complementary Color

#c183ba #83c18a

#c183ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c183ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c183ba Color CSS Codes

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

#c183ba Text Font Color

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

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


#c183ba Background Color

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

This div background color is #c183ba


#c183ba Border Color

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

This div border color is #c183ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c183ba


Comments

No comments written yet.

Please login to write comment.