Color Hex Logo

#c170ea Color Hex

#C170EA
(193,112,234)
0 Favorites   0 Comments

Color spaces of #c170ea

RGB 193112234
HSL0.780.740.68
HSV280°52°92°
CMYK 0.180.520.00   0.08
XYZ42.637828.866381.1664
Yxy28.86630.27930.1891
Hunter Lab53.727447.6339-51.9608
CIE-Lab60.663552.3102-49.1652

#c170ea color RGB value is (193,112,234).

#c170ea hex color red value is 193, green value is 112 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c170ea hue: 0.78 , saturation: 0.74 and the lightness value of c170ea is 0.68.

The process color (four color CMYK) of #c170ea color hex is 0.18, 0.52, 0.00, 0.08. Web safe color of #c170ea is #cc66ff. Color #c170ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110000 11101010
Octal 301 160 352
Decimal 193 112 234
Hex C1 70 EA

RGB Percentages of Color #c170ea

%35.81
%20.78
%43.41

CMYK Percentages of Color #c170ea

%18
%52
%0
%8

Triadic Colors of #c170ea

#c170ea #eac170 #70eac1

Analogous Colors of #c170ea

#c170ea #ea70d6 #8470ea

Monochromatic Colors of #c170ea

#c170ea

Complementary Color

#c170ea #99ea70

#c170ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c170ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c170ea Color CSS Codes

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

#c170ea Text Font Color

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

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


#c170ea Background Color

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

This div background color is #c170ea


#c170ea Border Color

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

This div border color is #c170ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c170ea


Comments

No comments written yet.

Please login to write comment.