Color Hex Logo

#c17ffa Color Hex

#C17FFA
(193,127,250)
0 Favorites   0 Comments

Color spaces of #c17ffa

RGB 193127250
HSL0.760.920.74
HSV272°49°98°
CMYK 0.230.490.00   0.02
XYZ46.837033.418394.4243
Yxy33.41830.26810.1913
Hunter Lab57.808643.4573-56.3781
CIE-Lab64.498247.9551-51.9337

#c17ffa color RGB value is (193,127,250).

#c17ffa hex color red value is 193, green value is 127 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c17ffa hue: 0.76 , saturation: 0.92 and the lightness value of c17ffa is 0.74.

The process color (four color CMYK) of #c17ffa color hex is 0.23, 0.49, 0.00, 0.02. Web safe color of #c17ffa is #cc66ff. Color #c17ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111111 11111010
Octal 301 177 372
Decimal 193 127 250
Hex C1 7F FA

RGB Percentages of Color #c17ffa

%33.86
%22.28
%43.86

CMYK Percentages of Color #c17ffa

%23
%49
%0
%2

Triadic Colors of #c17ffa

#c17ffa #fac17f #7ffac1

Analogous Colors of #c17ffa

#c17ffa #fa7ff6 #847ffa

Monochromatic Colors of #c17ffa

#c17ffa

Complementary Color

#c17ffa #b8fa7f

#c17ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17ffa Color CSS Codes

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

#c17ffa Text Font Color

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

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


#c17ffa Background Color

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

This div background color is #c17ffa


#c17ffa Border Color

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

This div border color is #c17ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17ffa


Comments

No comments written yet.

Please login to write comment.