Color Hex Logo

#c292bd Color Hex

#C292BD
(194,146,189)
0 Favorites   0 Comments

Color spaces of #c292bd

RGB 194146189
HSL0.850.280.67
HSV306°25°76°
CMYK 0.000.250.03   0.24
XYZ41.712335.701252.8367
Yxy35.70120.32020.2741
Hunter Lab59.750520.0490-10.6042
CIE-Lab66.291025.2639-15.2838

#c292bd color RGB value is (194,146,189).

#c292bd hex color red value is 194, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c292bd hue: 0.85 , saturation: 0.28 and the lightness value of c292bd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010010 10111101
Octal 302 222 275
Decimal 194 146 189
Hex C2 92 BD

RGB Percentages of Color #c292bd

%36.67
%27.60
%35.73

CMYK Percentages of Color #c292bd

%0
%25
%3
%24

Triadic Colors of #c292bd

#c292bd #bdc292 #92bdc2

Analogous Colors of #c292bd

#c292bd #c292a5 #af92c2

Monochromatic Colors of #c292bd

#c292bd

Complementary Color

#c292bd #92c297

#c292bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c292bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c292bd Color CSS Codes

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

#c292bd Text Font Color

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

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


#c292bd Background Color

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

This div background color is #c292bd


#c292bd Border Color

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

This div border color is #c292bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,146,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c292bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c292bd;
  -webkit-box-shadow: 1px 1px 3px 2px #c292bd;
  box-shadow:         1px 1px 3px 2px #c292bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,146,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c292bd


Comments

No comments written yet.

Please login to write comment.