Color Hex Logo

#c17fec Color Hex

#C17FEC
(193,127,236)
0 Favorites   0 Comments

Color spaces of #c17fec

RGB 193127236
HSL0.770.740.71
HSV276°46°93°
CMYK 0.180.460.00   0.07
XYZ44.722032.572383.2869
Yxy32.57230.27850.2028
Hunter Lab57.072139.9972-46.5730
CIE-Lab63.813144.8718-45.3004

#c17fec color RGB value is (193,127,236).

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

The process color (four color CMYK) of #c17fec color hex is 0.18, 0.46, 0.00, 0.07. Web safe color of #c17fec is #cc66ff. Color #c17fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111111 11101100
Octal 301 177 354
Decimal 193 127 236
Hex C1 7F EC

RGB Percentages of Color #c17fec

%34.71
%22.84
%42.45

CMYK Percentages of Color #c17fec

%18
%46
%0
%7

Triadic Colors of #c17fec

#c17fec #ecc17f #7fecc1

Analogous Colors of #c17fec

#c17fec #ec7fe1 #8b7fec

Monochromatic Colors of #c17fec

#c17fec

Complementary Color

#c17fec #aaec7f

#c17fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17fec Color CSS Codes

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

#c17fec Text Font Color

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

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


#c17fec Background Color

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

This div background color is #c17fec


#c17fec Border Color

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

This div border color is #c17fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17fec


Comments

No comments written yet.

Please login to write comment.