Color Hex Logo

#c293be Color Hex

#C293BE
(194,147,190)
0 Favorites   0 Comments

Color spaces of #c293be

RGB 194147190
HSL0.850.280.67
HSV305°24°76°
CMYK 0.000.240.02   0.24
XYZ41.976136.054553.4620
Yxy36.05450.31920.2742
Hunter Lab60.045419.7050-10.7576
CIE-Lab66.561524.8970-15.4348

#c293be color RGB value is (194,147,190).

#c293be hex color red value is 194, green value is 147 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c293be hue: 0.85 , saturation: 0.28 and the lightness value of c293be is 0.67.

The process color (four color CMYK) of #c293be color hex is 0.00, 0.24, 0.02, 0.24. Web safe color of #c293be is #cc99cc. Color #c293be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 10111110
Octal 302 223 276
Decimal 194 147 190
Hex C2 93 BE

RGB Percentages of Color #c293be

%36.53
%27.68
%35.78

CMYK Percentages of Color #c293be

%0
%24
%2
%24

Triadic Colors of #c293be

#c293be #bec293 #93bec2

Analogous Colors of #c293be

#c293be #c293a7 #af93c2

Monochromatic Colors of #c293be

#c293be

Complementary Color

#c293be #93c297

#c293be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c293be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c293be Color CSS Codes

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

#c293be Text Font Color

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

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


#c293be Background Color

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

This div background color is #c293be


#c293be Border Color

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

This div border color is #c293be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c293be


Comments

No comments written yet.

Please login to write comment.