Color Hex Logo

#c17fff Color Hex

#C17FFF
(193,127,255)
0 Favorites   0 Comments

Color spaces of #c17fff

RGB 193127255
HSL0.751.000.75
HSV271°50°100°
CMYK 0.240.500.00   0.00
XYZ47.631733.736298.6090
Yxy33.73620.26470.1874
Hunter Lab58.082944.7365-60.0004
CIE-Lab64.752649.0795-54.2718

#c17fff color RGB value is (193,127,255).

#c17fff hex color red value is 193, green value is 127 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c17fff hue: 0.75 , saturation: 1.00 and the lightness value of c17fff is 0.75.

The process color (four color CMYK) of #c17fff color hex is 0.24, 0.50, 0.00, 0.00. Web safe color of #c17fff is #cc66ff. Color #c17fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111111 11111111
Octal 301 177 377
Decimal 193 127 255
Hex C1 7F FF

RGB Percentages of Color #c17fff

%33.57
%22.09
%44.35

CMYK Percentages of Color #c17fff

%24
%50
%0
%0

Triadic Colors of #c17fff

#c17fff #ffc17f #7fffc1

Analogous Colors of #c17fff

#c17fff #ff7ffd #817fff

Monochromatic Colors of #c17fff

#c17fff

Complementary Color

#c17fff #bdff7f

#c17fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17fff Color CSS Codes

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

#c17fff Text Font Color

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

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


#c17fff Background Color

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

This div background color is #c17fff


#c17fff Border Color

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

This div border color is #c17fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17fff

Related Colors

#c17fff Color Palettes


Comments

No comments written yet.

Please login to write comment.