Color Hex Logo

#c17fda Color Hex

#C17FDA
(193,127,218)
0 Favorites   0 Comments

Color spaces of #c17fda

RGB 193127218
HSL0.790.550.68
HSV284°42°85°
CMYK 0.110.420.00   0.15
XYZ42.236631.578270.1987
Yxy31.57820.29330.2193
Hunter Lab56.194535.8229-34.7295
CIE-Lab62.992741.0659-36.5828

#c17fda color RGB value is (193,127,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111111 11011010
Octal 301 177 332
Decimal 193 127 218
Hex C1 7F DA

RGB Percentages of Color #c17fda

%35.87
%23.61
%40.52

CMYK Percentages of Color #c17fda

%11
%42
%0
%15

Triadic Colors of #c17fda

#c17fda #dac17f #7fdac1

Analogous Colors of #c17fda

#c17fda #da7fc6 #947fda

Monochromatic Colors of #c17fda

#c17fda

Complementary Color

#c17fda #98da7f

#c17fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17fda Color CSS Codes

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

#c17fda Text Font Color

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

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


#c17fda Background Color

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

This div background color is #c17fda


#c17fda Border Color

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

This div border color is #c17fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17fda


Comments

No comments written yet.

Please login to write comment.