Color Hex Logo

#c283a6 Color Hex

#C283A6
(194,131,166)
0 Favorites   0 Comments

Color spaces of #c283a6

RGB 194131166
HSL0.910.340.64
HSV327°32°76°
CMYK 0.000.320.14   0.24
XYZ37.247430.455139.9917
Yxy30.45510.34590.2828
Hunter Lab55.186123.9013-4.3353
CIE-Lab62.044929.4939-8.6695

#c283a6 color RGB value is (194,131,166).

#c283a6 hex color red value is 194, green value is 131 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #c283a6 hue: 0.91 , saturation: 0.34 and the lightness value of c283a6 is 0.64.

The process color (four color CMYK) of #c283a6 color hex is 0.00, 0.32, 0.14, 0.24. Web safe color of #c283a6 is #cc9999. Color #c283a6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000011 10100110
Octal 302 203 246
Decimal 194 131 166
Hex C2 83 A6

RGB Percentages of Color #c283a6

%39.51
%26.68
%33.81

CMYK Percentages of Color #c283a6

%0
%32
%14
%24

Triadic Colors of #c283a6

#c283a6 #a6c283 #83a6c2

Analogous Colors of #c283a6

#c283a6 #c28387 #bf83c2

Monochromatic Colors of #c283a6

#c283a6

Complementary Color

#c283a6 #83c29f

#c283a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c283a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c283a6 Color CSS Codes

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

#c283a6 Text Font Color

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

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


#c283a6 Background Color

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

This div background color is #c283a6


#c283a6 Border Color

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

This div border color is #c283a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c283a6


Comments

No comments written yet.

Please login to write comment.