Color Hex Logo

#c262ae Color Hex

#C262AE
(194,98,174)
0 Favorites   0 Comments

Color spaces of #c262ae

RGB 19498174
HSL0.870.440.57
HSV313°49°76°
CMYK 0.000.490.10   0.24
XYZ34.255823.260742.7287
Yxy23.26070.34170.2320
Hunter Lab48.229342.3816-18.7673
CIE-Lab55.339948.3246-23.4257

#c262ae color RGB value is (194,98,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100010 10101110
Octal 302 142 256
Decimal 194 98 174
Hex C2 62 AE

RGB Percentages of Color #c262ae

%41.63
%21.03
%37.34

CMYK Percentages of Color #c262ae

%0
%49
%10
%24

Triadic Colors of #c262ae

#c262ae #aec262 #62aec2

Analogous Colors of #c262ae

#c262ae #c2627e #a662c2

Monochromatic Colors of #c262ae

#c262ae

Complementary Color

#c262ae #62c276

#c262ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c262ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c262ae Color CSS Codes

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

#c262ae Text Font Color

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

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


#c262ae Background Color

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

This div background color is #c262ae


#c262ae Border Color

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

This div border color is #c262ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,98,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 #c262ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c262ae


Comments

No comments written yet.

Please login to write comment.