Color Hex Logo

#c292cc Color Hex

#C292CC
(194,146,204)
0 Favorites   0 Comments

Color spaces of #c292cc

RGB 194146204
HSL0.800.360.69
HSV290°28°80°
CMYK 0.050.280.00   0.20
XYZ43.426136.386761.8613
Yxy36.38670.30650.2568
Hunter Lab60.321422.9419-18.5786
CIE-Lab66.814328.1422-22.8634

#c292cc color RGB value is (194,146,204).

#c292cc hex color red value is 194, green value is 146 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c292cc hue: 0.80 , saturation: 0.36 and the lightness value of c292cc is 0.69.

The process color (four color CMYK) of #c292cc color hex is 0.05, 0.28, 0.00, 0.20. Web safe color of #c292cc is #cc99cc. Color #c292cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010010 11001100
Octal 302 222 314
Decimal 194 146 204
Hex C2 92 CC

RGB Percentages of Color #c292cc

%35.66
%26.84
%37.50

CMYK Percentages of Color #c292cc

%5
%28
%0
%20

Triadic Colors of #c292cc

#c292cc #ccc292 #92ccc2

Analogous Colors of #c292cc

#c292cc #cc92b9 #a592cc

Monochromatic Colors of #c292cc

#c292cc

Complementary Color

#c292cc #9ccc92

#c292cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c292cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c292cc Color CSS Codes

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

#c292cc Text Font Color

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

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


#c292cc Background Color

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

This div background color is #c292cc


#c292cc Border Color

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

This div border color is #c292cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c292cc


Comments

No comments written yet.

Please login to write comment.