Color Hex Logo

#c184ba Color Hex

#C184BA
(193,132,186)
0 Favorites   0 Comments

Color spaces of #c184ba

RGB 193132186
HSL0.850.330.64
HSV307°32°76°
CMYK 0.000.320.04   0.24
XYZ39.106531.385250.4512
Yxy31.38520.32330.2595
Hunter Lab56.022526.5625-14.1780
CIE-Lab62.831532.0926-18.8467

#c184ba color RGB value is (193,132,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000100 10111010
Octal 301 204 272
Decimal 193 132 186
Hex C1 84 BA

RGB Percentages of Color #c184ba

%37.77
%25.83
%36.40

CMYK Percentages of Color #c184ba

%0
%32
%4
%24

Triadic Colors of #c184ba

#c184ba #bac184 #84bac1

Analogous Colors of #c184ba

#c184ba #c1849c #aa84c1

Monochromatic Colors of #c184ba

#c184ba

Complementary Color

#c184ba #84c18b

#c184ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c184ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c184ba Color CSS Codes

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

#c184ba Text Font Color

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

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


#c184ba Background Color

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

This div background color is #c184ba


#c184ba Border Color

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

This div border color is #c184ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c184ba


Comments

No comments written yet.

Please login to write comment.