Color Hex Logo

#c263ae Color Hex

#C263AE
(194,99,174)
0 Favorites   0 Comments

Color spaces of #c263ae

RGB 19499174
HSL0.870.440.57
HSV313°49°76°
CMYK 0.000.490.10   0.24
XYZ34.350023.449042.7601
Yxy23.44900.34160.2332
Hunter Lab48.424241.8778-18.4581
CIE-Lab55.531847.8229-23.1305

#c263ae color RGB value is (194,99,174).

#c263ae hex color red value is 194, green value is 99 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c263ae hue: 0.87 , saturation: 0.44 and the lightness value of c263ae is 0.57.

The process color (four color CMYK) of #c263ae color hex is 0.00, 0.49, 0.10, 0.24. Web safe color of #c263ae is #cc6699. Color #c263ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 10101110
Octal 302 143 256
Decimal 194 99 174
Hex C2 63 AE

RGB Percentages of Color #c263ae

%41.54
%21.20
%37.26

CMYK Percentages of Color #c263ae

%0
%49
%10
%24

Triadic Colors of #c263ae

#c263ae #aec263 #63aec2

Analogous Colors of #c263ae

#c263ae #c2637f #a763c2

Monochromatic Colors of #c263ae

#c263ae

Complementary Color

#c263ae #63c277

#c263ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c263ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c263ae Color CSS Codes

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

#c263ae Text Font Color

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

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


#c263ae Background Color

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

This div background color is #c263ae


#c263ae Border Color

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

This div border color is #c263ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c263ae


Comments

No comments written yet.

Please login to write comment.