Color Hex Logo

#c292cd Color Hex

#C292CD
(194,146,205)
0 Favorites   0 Comments

Color spaces of #c292cd

RGB 194146205
HSL0.800.370.69
HSV289°29°80°
CMYK 0.050.290.00   0.20
XYZ43.546536.434962.4951
Yxy36.43490.30560.2557
Hunter Lab60.361323.1430-19.1330
CIE-Lab66.850928.3402-23.3642

#c292cd color RGB value is (194,146,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010010 11001101
Octal 302 222 315
Decimal 194 146 205
Hex C2 92 CD

RGB Percentages of Color #c292cd

%35.60
%26.79
%37.61

CMYK Percentages of Color #c292cd

%5
%29
%0
%20

Triadic Colors of #c292cd

#c292cd #cdc292 #92cdc2

Analogous Colors of #c292cd

#c292cd #cd92bb #a592cd

Monochromatic Colors of #c292cd

#c292cd

Complementary Color

#c292cd #9dcd92

#c292cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c292cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c292cd Color CSS Codes

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

#c292cd Text Font Color

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

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


#c292cd Background Color

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

This div background color is #c292cd


#c292cd Border Color

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

This div border color is #c292cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c292cd


Comments

No comments written yet.

Please login to write comment.