Color Hex Logo

#c197ec Color Hex

#C197EC
(193,151,236)
0 Favorites   0 Comments

Color spaces of #c197ec

RGB 193151236
HSL0.750.690.76
HSV270°36°93°
CMYK 0.180.360.00   0.07
XYZ48.199239.526884.4459
Yxy39.52680.27990.2296
Hunter Lab62.870326.8229-35.6276
CIE-Lab69.131231.7776-36.9759

#c197ec color RGB value is (193,151,236).

#c197ec hex color red value is 193, green value is 151 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c197ec hue: 0.75 , saturation: 0.69 and the lightness value of c197ec is 0.76.

The process color (four color CMYK) of #c197ec color hex is 0.18, 0.36, 0.00, 0.07. Web safe color of #c197ec is #cc99ff. Color #c197ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010111 11101100
Octal 301 227 354
Decimal 193 151 236
Hex C1 97 EC

RGB Percentages of Color #c197ec

%33.28
%26.03
%40.69

CMYK Percentages of Color #c197ec

%18
%36
%0
%7

Triadic Colors of #c197ec

#c197ec #ecc197 #97ecc1

Analogous Colors of #c197ec

#c197ec #ec97ec #9798ec

Monochromatic Colors of #c197ec

#c197ec

Complementary Color

#c197ec #c2ec97

#c197ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c197ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c197ec Color CSS Codes

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

#c197ec Text Font Color

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

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


#c197ec Background Color

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

This div background color is #c197ec


#c197ec Border Color

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

This div border color is #c197ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c197ec


Comments

No comments written yet.

Please login to write comment.