Color Hex Logo

#c164df Color Hex

#C164DF
(193,100,223)
0 Favorites   0 Comments

Color spaces of #c164df

RGB 193100223
HSL0.790.660.63
HSV285°55°87°
CMYK 0.130.550.00   0.13
XYZ39.868825.779572.6867
Yxy25.77950.28820.1864
Hunter Lab50.773551.3096-49.3373
CIE-Lab57.827256.0638-47.5065

#c164df color RGB value is (193,100,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100100 11011111
Octal 301 144 337
Decimal 193 100 223
Hex C1 64 DF

RGB Percentages of Color #c164df

%37.40
%19.38
%43.22

CMYK Percentages of Color #c164df

%13
%55
%0
%13

Triadic Colors of #c164df

#c164df #dfc164 #64dfc1

Analogous Colors of #c164df

#c164df #df64c0 #8464df

Monochromatic Colors of #c164df

#c164df

Complementary Color

#c164df #82df64

#c164df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c164df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c164df Color CSS Codes

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

#c164df Text Font Color

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

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


#c164df Background Color

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

This div background color is #c164df


#c164df Border Color

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

This div border color is #c164df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c164df


Comments

No comments written yet.

Please login to write comment.