Color Hex Logo

#c21498 Color Hex

#C21498
(194,20,152)
0 Favorites   0 Comments

Color spaces of #c21498

RGB 19420152
HSL0.870.810.42
HSV314°90°76°
CMYK 0.000.900.22   0.24
XYZ28.165814.236630.9692
Yxy14.23660.38390.1940
Hunter Lab37.731467.2169-22.2521
CIE-Lab44.570472.2689-27.0969

#c21498 color RGB value is (194,20,152).

#c21498 hex color red value is 194, green value is 20 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c21498 hue: 0.87 , saturation: 0.81 and the lightness value of c21498 is 0.42.

The process color (four color CMYK) of #c21498 color hex is 0.00, 0.90, 0.22, 0.24. Web safe color of #c21498 is #cc0099. Color #c21498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010100 10011000
Octal 302 24 230
Decimal 194 20 152
Hex C2 14 98

RGB Percentages of Color #c21498

%53.01
%5.46
%41.53

CMYK Percentages of Color #c21498

%0
%90
%22
%24

Triadic Colors of #c21498

#c21498 #98c214 #1498c2

Analogous Colors of #c21498

#c21498 #c21441 #9514c2

Monochromatic Colors of #c21498

#c21498

Complementary Color

#c21498 #14c23e

#c21498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21498 Color CSS Codes

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

#c21498 Text Font Color

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

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


#c21498 Background Color

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

This div background color is #c21498


#c21498 Border Color

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

This div border color is #c21498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21498


Comments

No comments written yet.

Please login to write comment.