Color Hex Logo

#c392de Color Hex

#C392DE
(195,146,222)
0 Favorites   0 Comments

Color spaces of #c392de

RGB 195146222
HSL0.770.540.72
HSV279°34°87°
CMYK 0.120.340.00   0.13
XYZ45.969437.433873.9098
Yxy37.43380.29220.2380
Hunter Lab61.183227.0438-28.7946
CIE-Lab67.601232.1262-31.6296

#c392de color RGB value is (195,146,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010010 11011110
Octal 303 222 336
Decimal 195 146 222
Hex C3 92 DE

RGB Percentages of Color #c392de

%34.64
%25.93
%39.43

CMYK Percentages of Color #c392de

%12
%34
%0
%13

Triadic Colors of #c392de

#c392de #dec392 #92dec3

Analogous Colors of #c392de

#c392de #de92d3 #9d92de

Monochromatic Colors of #c392de

#c392de

Complementary Color

#c392de #adde92

#c392de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c392de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c392de Color CSS Codes

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

#c392de Text Font Color

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

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


#c392de Background Color

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

This div background color is #c392de


#c392de Border Color

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

This div border color is #c392de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c392de


Comments

No comments written yet.

Please login to write comment.