Color Hex Logo

#c492cd Color Hex

#C492CD
(196,146,205)
0 Favorites   0 Comments

Color spaces of #c492cd

RGB 196146205
HSL0.810.370.69
HSV291°29°80°
CMYK 0.040.290.00   0.20
XYZ44.063336.701362.5193
Yxy36.70130.30750.2561
Hunter Lab60.581623.8120-18.7793
CIE-Lab67.052328.9908-23.0383

#c492cd color RGB value is (196,146,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010010 11001101
Octal 304 222 315
Decimal 196 146 205
Hex C4 92 CD

RGB Percentages of Color #c492cd

%35.83
%26.69
%37.48

CMYK Percentages of Color #c492cd

%4
%29
%0
%20

Triadic Colors of #c492cd

#c492cd #cdc492 #92cdc4

Analogous Colors of #c492cd

#c492cd #cd92b9 #a792cd

Monochromatic Colors of #c492cd

#c492cd

Complementary Color

#c492cd #9bcd92

#c492cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c492cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c492cd Color CSS Codes

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

#c492cd Text Font Color

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

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


#c492cd Background Color

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

This div background color is #c492cd


#c492cd Border Color

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

This div border color is #c492cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c492cd


Comments

No comments written yet.

Please login to write comment.