Color Hex Logo

#c164da Color Hex

#C164DA
(193,100,218)
0 Favorites   0 Comments

Color spaces of #c164da

RGB 193100218
HSL0.800.610.62
HSV287°54°85°
CMYK 0.110.540.00   0.15
XYZ39.204425.513869.1880
Yxy25.51380.29280.1905
Hunter Lab50.511250.1487-45.8550
CIE-Lab57.572655.0700-45.0946

#c164da color RGB value is (193,100,218).

#c164da hex color red value is 193, green value is 100 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c164da hue: 0.80 , saturation: 0.61 and the lightness value of c164da is 0.62.

The process color (four color CMYK) of #c164da color hex is 0.11, 0.54, 0.00, 0.15. Web safe color of #c164da is #cc66cc. Color #c164da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100100 11011010
Octal 301 144 332
Decimal 193 100 218
Hex C1 64 DA

RGB Percentages of Color #c164da

%37.77
%19.57
%42.66

CMYK Percentages of Color #c164da

%11
%54
%0
%15

Triadic Colors of #c164da

#c164da #dac164 #64dac1

Analogous Colors of #c164da

#c164da #da64b8 #8664da

Monochromatic Colors of #c164da

#c164da

Complementary Color

#c164da #7dda64

#c164da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c164da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c164da Color CSS Codes

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

#c164da Text Font Color

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

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


#c164da Background Color

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

This div background color is #c164da


#c164da Border Color

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

This div border color is #c164da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c164da


Comments

No comments written yet.

Please login to write comment.