Color Hex Logo

#c296ed Color Hex

#C296ED
(194,150,237)
1 Favorites   0 Comments

Color spaces of #c296ed

RGB 194150237
HSL0.750.710.76
HSV270°37°93°
CMYK 0.180.370.00   0.07
XYZ48.440539.396585.1719
Yxy39.39650.28000.2277
Hunter Lab62.766627.9168-36.5176
CIE-Lab69.037532.8455-37.6624

#c296ed color RGB value is (194,150,237).

#c296ed hex color red value is 194, green value is 150 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c296ed hue: 0.75 , saturation: 0.71 and the lightness value of c296ed is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 11101101
Octal 302 226 355
Decimal 194 150 237
Hex C2 96 ED

RGB Percentages of Color #c296ed

%33.39
%25.82
%40.79

CMYK Percentages of Color #c296ed

%18
%37
%0
%7

Triadic Colors of #c296ed

#c296ed #edc296 #96edc2

Analogous Colors of #c296ed

#c296ed #ed96ed #9796ed

Monochromatic Colors of #c296ed

#c296ed

Complementary Color

#c296ed #c1ed96

#c296ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c296ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c296ed Color CSS Codes

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

#c296ed Text Font Color

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

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


#c296ed Background Color

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

This div background color is #c296ed


#c296ed Border Color

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

This div border color is #c296ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,150,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c296ed

#c296ed Color Palettes


Comments

No comments written yet.

Please login to write comment.