Color Hex Logo

#c199ce Color Hex

#C199CE
(193,153,206)
0 Favorites   0 Comments

Color spaces of #c199ce

RGB 193153206
HSL0.790.350.70
HSV285°26°81°
CMYK 0.060.260.00   0.19
XYZ44.524138.576263.4918
Yxy38.57620.30370.2632
Hunter Lab62.109719.2678-17.1325
CIE-Lab68.443224.3401-21.4979

#c199ce color RGB value is (193,153,206).

#c199ce hex color red value is 193, green value is 153 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c199ce hue: 0.79 , saturation: 0.35 and the lightness value of c199ce is 0.70.

The process color (four color CMYK) of #c199ce color hex is 0.06, 0.26, 0.00, 0.19. Web safe color of #c199ce is #cc99cc. Color #c199ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 11001110
Octal 301 231 316
Decimal 193 153 206
Hex C1 99 CE

RGB Percentages of Color #c199ce

%34.96
%27.72
%37.32

CMYK Percentages of Color #c199ce

%6
%26
%0
%19

Triadic Colors of #c199ce

#c199ce #cec199 #99cec1

Analogous Colors of #c199ce

#c199ce #ce99c1 #a799ce

Monochromatic Colors of #c199ce

#c199ce

Complementary Color

#c199ce #a6ce99

#c199ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c199ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c199ce Color CSS Codes

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

#c199ce Text Font Color

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

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


#c199ce Background Color

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

This div background color is #c199ce


#c199ce Border Color

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

This div border color is #c199ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c199ce


Comments

No comments written yet.

Please login to write comment.