Color Hex Logo

#c293da Color Hex

#C293DA
(194,147,218)
0 Favorites   0 Comments

Color spaces of #c293da

RGB 194147218
HSL0.780.490.72
HSV280°33°85°
CMYK 0.110.330.00   0.15
XYZ45.336737.398771.1588
Yxy37.39870.29460.2430
Hunter Lab61.154525.3101-26.1812
CIE-Lab67.575130.4300-29.4663

#c293da color RGB value is (194,147,218).

#c293da hex color red value is 194, green value is 147 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c293da hue: 0.78 , saturation: 0.49 and the lightness value of c293da is 0.72.

The process color (four color CMYK) of #c293da color hex is 0.11, 0.33, 0.00, 0.15. Web safe color of #c293da is #cc99cc. Color #c293da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 11011010
Octal 302 223 332
Decimal 194 147 218
Hex C2 93 DA

RGB Percentages of Color #c293da

%34.70
%26.30
%39.00

CMYK Percentages of Color #c293da

%11
%33
%0
%15

Triadic Colors of #c293da

#c293da #dac293 #93dac2

Analogous Colors of #c293da

#c293da #da93cf #9f93da

Monochromatic Colors of #c293da

#c293da

Complementary Color

#c293da #abda93

#c293da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c293da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c293da Color CSS Codes

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

#c293da Text Font Color

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

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


#c293da Background Color

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

This div background color is #c293da


#c293da Border Color

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

This div border color is #c293da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c293da


Comments

No comments written yet.

Please login to write comment.