Color Hex Logo

#c170da Color Hex

#C170DA
(193,112,218)
0 Favorites   0 Comments

Color spaces of #c170da

RGB 193112218
HSL0.790.590.65
HSV286°49°85°
CMYK 0.110.490.00   0.15
XYZ40.441427.987869.6003
Yxy27.98780.29300.2028
Hunter Lab52.903543.8709-40.9700
CIE-Lab59.877749.0085-41.4612

#c170da color RGB value is (193,112,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110000 11011010
Octal 301 160 332
Decimal 193 112 218
Hex C1 70 DA

RGB Percentages of Color #c170da

%36.90
%21.41
%41.68

CMYK Percentages of Color #c170da

%11
%49
%0
%15

Triadic Colors of #c170da

#c170da #dac170 #70dac1

Analogous Colors of #c170da

#c170da #da70be #8c70da

Monochromatic Colors of #c170da

#c170da

Complementary Color

#c170da #89da70

#c170da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c170da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c170da Color CSS Codes

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

#c170da Text Font Color

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

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


#c170da Background Color

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

This div background color is #c170da


#c170da Border Color

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

This div border color is #c170da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c170da


Comments

No comments written yet.

Please login to write comment.