Color Hex Logo

#c296ce Color Hex

#C296CE
(194,150,206)
0 Favorites   0 Comments

Color spaces of #c296ce

RGB 194150206
HSL0.800.360.70
HSV287°27°81°
CMYK 0.060.270.00   0.19
XYZ44.295137.738363.3421
Yxy37.73830.30470.2596
Hunter Lab61.431521.2020-18.1319
CIE-Lab67.827326.3278-22.4283

#c296ce color RGB value is (194,150,206).

#c296ce hex color red value is 194, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c296ce hue: 0.80 , saturation: 0.36 and the lightness value of c296ce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 11001110
Octal 302 226 316
Decimal 194 150 206
Hex C2 96 CE

RGB Percentages of Color #c296ce

%35.27
%27.27
%37.45

CMYK Percentages of Color #c296ce

%6
%27
%0
%19

Triadic Colors of #c296ce

#c296ce #cec296 #96cec2

Analogous Colors of #c296ce

#c296ce #ce96be #a696ce

Monochromatic Colors of #c296ce

#c296ce

Complementary Color

#c296ce #a2ce96

#c296ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c296ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c296ce Color CSS Codes

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

#c296ce Text Font Color

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

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


#c296ce Background Color

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

This div background color is #c296ce


#c296ce Border Color

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

This div border color is #c296ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c296ce


Comments

No comments written yet.

Please login to write comment.