Color Hex Logo

#c293cf Color Hex

#C293CF
(194,147,207)
0 Favorites   0 Comments

Color spaces of #c293cf

RGB 194147207
HSL0.800.380.69
HSV287°29°81°
CMYK 0.060.290.00   0.19
XYZ43.944336.841863.8265
Yxy36.84180.30390.2548
Hunter Lab60.697423.0116-19.8583
CIE-Lab67.158228.1859-24.0064

#c293cf color RGB value is (194,147,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 11001111
Octal 302 223 317
Decimal 194 147 207
Hex C2 93 CF

RGB Percentages of Color #c293cf

%35.40
%26.82
%37.77

CMYK Percentages of Color #c293cf

%6
%29
%0
%19

Triadic Colors of #c293cf

#c293cf #cfc293 #93cfc2

Analogous Colors of #c293cf

#c293cf #cf93be #a493cf

Monochromatic Colors of #c293cf

#c293cf

Complementary Color

#c293cf #a0cf93

#c293cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c293cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c293cf Color CSS Codes

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

#c293cf Text Font Color

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

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


#c293cf Background Color

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

This div background color is #c293cf


#c293cf Border Color

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

This div border color is #c293cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c293cf


Comments

No comments written yet.

Please login to write comment.