Color Hex Logo

#c164de Color Hex

#C164DE
(193,100,222)
0 Favorites   0 Comments

Color spaces of #c164de

RGB 193100222
HSL0.790.650.63
HSV286°55°87°
CMYK 0.130.550.00   0.13
XYZ39.734325.725771.9786
Yxy25.72570.28910.1872
Hunter Lab50.720551.0755-48.6354
CIE-Lab57.775855.8639-47.0257

#c164de color RGB value is (193,100,222).

#c164de hex color red value is 193, green value is 100 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c164de hue: 0.79 , saturation: 0.65 and the lightness value of c164de is 0.63.

The process color (four color CMYK) of #c164de color hex is 0.13, 0.55, 0.00, 0.13. Web safe color of #c164de is #cc66cc. Color #c164de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100100 11011110
Octal 301 144 336
Decimal 193 100 222
Hex C1 64 DE

RGB Percentages of Color #c164de

%37.48
%19.42
%43.11

CMYK Percentages of Color #c164de

%13
%55
%0
%13

Triadic Colors of #c164de

#c164de #dec164 #64dec1

Analogous Colors of #c164de

#c164de #de64be #8464de

Monochromatic Colors of #c164de

#c164de

Complementary Color

#c164de #81de64

#c164de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c164de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c164de Color CSS Codes

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

#c164de Text Font Color

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

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


#c164de Background Color

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

This div background color is #c164de


#c164de Border Color

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

This div border color is #c164de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c164de


Comments

No comments written yet.

Please login to write comment.