Color Hex Logo

#c101ae Color Hex

#C101AE
(193,1,174)
0 Favorites   0 Comments

Color spaces of #c101ae

RGB 1931174
HSL0.850.990.38
HSV306°99°76°
CMYK 0.000.990.10   0.24
XYZ29.643214.415241.2644
Yxy14.41520.34740.1689
Hunter Lab37.967472.9219-37.8615
CIE-Lab44.822676.9111-39.8668

#c101ae color RGB value is (193,1,174).

#c101ae hex color red value is 193, green value is 1 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c101ae hue: 0.85 , saturation: 0.99 and the lightness value of c101ae is 0.38.

The process color (four color CMYK) of #c101ae color hex is 0.00, 0.99, 0.10, 0.24. Web safe color of #c101ae is #cc0099. Color #c101ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000001 10101110
Octal 301 1 256
Decimal 193 1 174
Hex C1 1 AE

RGB Percentages of Color #c101ae

%52.45
%0.27
%47.28

CMYK Percentages of Color #c101ae

%0
%99
%10
%24

Triadic Colors of #c101ae

#c101ae #aec101 #01aec1

Analogous Colors of #c101ae

#c101ae #c1014e #7401c1

Monochromatic Colors of #c101ae

#c101ae

Complementary Color

#c101ae #01c114

#c101ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c101ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c101ae Color CSS Codes

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

#c101ae Text Font Color

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

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


#c101ae Background Color

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

This div background color is #c101ae


#c101ae Border Color

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

This div border color is #c101ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c101ae


Comments

No comments written yet.

Please login to write comment.