color codes Logo

#c17ccf color codes

#C17CCF
(193,124,207)
0 Favorites   0 Comments

Color spaces of #c17ccf

RGB 193124207
HSL0.810.460.65
HSV290°40°81°
CMYK 0.070.400.00   0.19
XYZ40.462530.257862.7392
Yxy30.25780.30320.2267
Hunter Lab55.007135.0399-29.1192
CIE-Lab61.876040.4605-32.1577

#c17ccf color RGB value is (193,124,207).

#c17ccf hex color red value is 193, green value is 124 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c17ccf hue: 0.81 , saturation: 0.46 and the lightness value of c17ccf is 0.65.

The process color (four color CMYK) of #c17ccf color code is 0.07, 0.40, 0.00, 0.19. Web safe color of #c17ccf is #cc66cc. Color #c17ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111100 11001111
Octal 301 174 317
Decimal 193 124 207
Hex C1 7C CF

RGB Percentages of Color #c17ccf

%36.83
%23.66
%39.50

CMYK Percentages of Color #c17ccf

%7
%40
%0
%19

Triadic Colors of #c17ccf

#c17ccf #cfc17c #7ccfc1

Analogous Colors of #c17ccf

#c17ccf #cf7cb4 #987ccf

Monochromatic Colors of #c17ccf

#c17ccf

Complementary Color

#c17ccf #8acf7c

#c17ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17ccf Color CSS Codes

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

#c17ccf Text Font Color

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

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


#c17ccf Background Color

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

This div background color is #c17ccf


#c17ccf Border Color

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

This div border color is #c17ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17ccf


Comments

No comments written yet.

Please login to write comment.