Color Hex Logo

#c184bc Color Hex

#C184BC
(193,132,188)
0 Favorites   0 Comments

Color spaces of #c184bc

RGB 193132188
HSL0.850.330.64
HSV305°32°76°
CMYK 0.000.320.03   0.24
XYZ39.320731.470851.5790
Yxy31.47080.32130.2572
Hunter Lab56.098826.9409-15.2439
CIE-Lab62.903132.4617-19.8679

#c184bc color RGB value is (193,132,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000100 10111100
Octal 301 204 274
Decimal 193 132 188
Hex C1 84 BC

RGB Percentages of Color #c184bc

%37.62
%25.73
%36.65

CMYK Percentages of Color #c184bc

%0
%32
%3
%24

Triadic Colors of #c184bc

#c184bc #bcc184 #84bcc1

Analogous Colors of #c184bc

#c184bc #c1849e #a884c1

Monochromatic Colors of #c184bc

#c184bc

Complementary Color

#c184bc #84c189

#c184bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c184bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c184bc Color CSS Codes

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

#c184bc Text Font Color

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

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


#c184bc Background Color

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

This div background color is #c184bc


#c184bc Border Color

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

This div border color is #c184bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,132,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c184bc


Comments

No comments written yet.

Please login to write comment.