Color Hex Logo

#c17cbe Color Hex

#C17CBE
(193,124,190)
0 Favorites   0 Comments

Color spaces of #c17cbe

RGB 193124190
HSL0.840.360.62
HSV303°36°76°
CMYK 0.000.360.02   0.24
XYZ38.494229.470552.3747
Yxy29.47050.31990.2449
Hunter Lab54.286731.5708-19.2010
CIE-Lab61.194637.1968-23.6111

#c17cbe color RGB value is (193,124,190).

#c17cbe hex color red value is 193, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c17cbe hue: 0.84 , saturation: 0.36 and the lightness value of c17cbe is 0.62.

The process color (four color CMYK) of #c17cbe color hex is 0.00, 0.36, 0.02, 0.24. Web safe color of #c17cbe is #cc66cc. Color #c17cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111100 10111110
Octal 301 174 276
Decimal 193 124 190
Hex C1 7C BE

RGB Percentages of Color #c17cbe

%38.07
%24.46
%37.48

CMYK Percentages of Color #c17cbe

%0
%36
%2
%24

Triadic Colors of #c17cbe

#c17cbe #bec17c #7cbec1

Analogous Colors of #c17cbe

#c17cbe #c17c9c #a27cc1

Monochromatic Colors of #c17cbe

#c17cbe

Complementary Color

#c17cbe #7cc17f

#c17cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17cbe Color CSS Codes

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

#c17cbe Text Font Color

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

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


#c17cbe Background Color

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

This div background color is #c17cbe


#c17cbe Border Color

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

This div border color is #c17cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17cbe


Comments

No comments written yet.

Please login to write comment.