Color Hex Logo

#c192dc Color Hex

#C192DC
(193,146,220)
0 Favorites   0 Comments

Color spaces of #c192dc

RGB 193146220
HSL0.770.510.72
HSV278°34°86°
CMYK 0.120.340.00   0.14
XYZ45.189537.062572.4822
Yxy37.06250.29200.2395
Hunter Lab60.879025.9595-27.9751
CIE-Lab67.323931.0894-30.9687

#c192dc color RGB value is (193,146,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010010 11011100
Octal 301 222 334
Decimal 193 146 220
Hex C1 92 DC

RGB Percentages of Color #c192dc

%34.53
%26.12
%39.36

CMYK Percentages of Color #c192dc

%12
%34
%0
%14

Triadic Colors of #c192dc

#c192dc #dcc192 #92dcc1

Analogous Colors of #c192dc

#c192dc #dc92d2 #9c92dc

Monochromatic Colors of #c192dc

#c192dc

Complementary Color

#c192dc #addc92

#c192dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c192dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c192dc Color CSS Codes

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

#c192dc Text Font Color

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

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


#c192dc Background Color

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

This div background color is #c192dc


#c192dc Border Color

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

This div border color is #c192dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c192dc


Comments

No comments written yet.

Please login to write comment.