Color Hex Logo

#c296e1 Color Hex

#C296E1
(194,150,225)
0 Favorites   0 Comments

Color spaces of #c296e1

RGB 194150225
HSL0.760.560.74
HSV275°33°88°
CMYK 0.140.330.00   0.12
XYZ46.745138.718376.2438
Yxy38.71830.28910.2394
Hunter Lab62.224025.2041-29.0919
CIE-Lab68.546730.2461-31.8306

#c296e1 color RGB value is (194,150,225).

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

The process color (four color CMYK) of #c296e1 color hex is 0.14, 0.33, 0.00, 0.12. Web safe color of #c296e1 is #cc99cc. Color #c296e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 11100001
Octal 302 226 341
Decimal 194 150 225
Hex C2 96 E1

RGB Percentages of Color #c296e1

%34.09
%26.36
%39.54

CMYK Percentages of Color #c296e1

%14
%33
%0
%12

Triadic Colors of #c296e1

#c296e1 #e1c296 #96e1c2

Analogous Colors of #c296e1

#c296e1 #e196db #9d96e1

Monochromatic Colors of #c296e1

#c296e1

Complementary Color

#c296e1 #b5e196

#c296e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c296e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c296e1 Color CSS Codes

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

#c296e1 Text Font Color

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

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


#c296e1 Background Color

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

This div background color is #c296e1


#c296e1 Border Color

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

This div border color is #c296e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c296e1


Comments

No comments written yet.

Please login to write comment.