Color Hex Logo

#c21cae Color Hex

#C21CAE
(194,28,174)
0 Favorites   0 Comments

Color spaces of #c21cae

RGB 19428174
HSL0.850.750.44
HSV307°86°76°
CMYK 0.000.860.10   0.24
XYZ30.303415.355841.4112
Yxy15.35580.34800.1764
Hunter Lab39.186569.4600-35.2255
CIE-Lab46.117773.8275-37.8052

#c21cae color RGB value is (194,28,174).

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

The process color (four color CMYK) of #c21cae color hex is 0.00, 0.86, 0.10, 0.24. Web safe color of #c21cae is #cc3399. Color #c21cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011100 10101110
Octal 302 34 256
Decimal 194 28 174
Hex C2 1C AE

RGB Percentages of Color #c21cae

%48.99
%7.07
%43.94

CMYK Percentages of Color #c21cae

%0
%86
%10
%24

Triadic Colors of #c21cae

#c21cae #aec21c #1caec2

Analogous Colors of #c21cae

#c21cae #c21c5b #831cc2

Monochromatic Colors of #c21cae

#c21cae

Complementary Color

#c21cae #1cc230

#c21cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21cae Color CSS Codes

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

#c21cae Text Font Color

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

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


#c21cae Background Color

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

This div background color is #c21cae


#c21cae Border Color

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

This div border color is #c21cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21cae


Comments

No comments written yet.

Please login to write comment.