Color Hex Logo

#c492de Color Hex

#C492DE
(196,146,222)
0 Favorites   0 Comments

Color spaces of #c492de

RGB 196146222
HSL0.780.540.72
HSV279°34°87°
CMYK 0.120.340.00   0.13
XYZ46.228737.567573.9220
Yxy37.56750.29310.2382
Hunter Lab61.292327.3690-28.6024
CIE-Lab67.700632.4343-31.4679

#c492de color RGB value is (196,146,222).

#c492de hex color red value is 196, green value is 146 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c492de hue: 0.78 , saturation: 0.54 and the lightness value of c492de is 0.72.

The process color (four color CMYK) of #c492de color hex is 0.12, 0.34, 0.00, 0.13. Web safe color of #c492de is #cc99cc. Color #c492de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010010 11011110
Octal 304 222 336
Decimal 196 146 222
Hex C4 92 DE

RGB Percentages of Color #c492de

%34.75
%25.89
%39.36

CMYK Percentages of Color #c492de

%12
%34
%0
%13

Triadic Colors of #c492de

#c492de #dec492 #92dec4

Analogous Colors of #c492de

#c492de #de92d2 #9e92de

Monochromatic Colors of #c492de

#c492de

Complementary Color

#c492de #acde92

#c492de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c492de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c492de Color CSS Codes

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

#c492de Text Font Color

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

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


#c492de Background Color

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

This div background color is #c492de


#c492de Border Color

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

This div border color is #c492de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c492de


Comments

No comments written yet.

Please login to write comment.