Color Hex Logo

#c293cc Color Hex

#C293CC
(194,147,204)
0 Favorites   0 Comments

Color spaces of #c293cc

RGB 194147204
HSL0.800.360.69
HSV289°28°80°
CMYK 0.050.280.00   0.20
XYZ43.580936.696461.9129
Yxy36.69640.30650.2581
Hunter Lab60.577622.4063-18.1927
CIE-Lab67.048627.5894-22.5055

#c293cc color RGB value is (194,147,204).

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

The process color (four color CMYK) of #c293cc color hex is 0.05, 0.28, 0.00, 0.20. Web safe color of #c293cc is #cc99cc. Color #c293cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 11001100
Octal 302 223 314
Decimal 194 147 204
Hex C2 93 CC

RGB Percentages of Color #c293cc

%35.60
%26.97
%37.43

CMYK Percentages of Color #c293cc

%5
%28
%0
%20

Triadic Colors of #c293cc

#c293cc #ccc293 #93ccc2

Analogous Colors of #c293cc

#c293cc #cc93ba #a693cc

Monochromatic Colors of #c293cc

#c293cc

Complementary Color

#c293cc #9dcc93

#c293cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c293cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c293cc Color CSS Codes

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

#c293cc Text Font Color

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

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


#c293cc Background Color

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

This div background color is #c293cc


#c293cc Border Color

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

This div border color is #c293cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c293cc


Comments

No comments written yet.

Please login to write comment.