Color Hex Logo

#c21fbd Color Hex

#C21FBD
(194,31,189)
0 Favorites   0 Comments

Color spaces of #c21fbd

RGB 19431189
HSL0.840.720.44
HSV302°84°76°
CMYK 0.000.840.03   0.24
XYZ31.923416.123449.5737
Yxy16.12340.32700.1652
Hunter Lab40.154071.6426-45.0911
CIE-Lab47.136075.4199-45.0054

#c21fbd color RGB value is (194,31,189).

#c21fbd hex color red value is 194, green value is 31 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c21fbd hue: 0.84 , saturation: 0.72 and the lightness value of c21fbd is 0.44.

The process color (four color CMYK) of #c21fbd color hex is 0.00, 0.84, 0.03, 0.24. Web safe color of #c21fbd is #cc33cc. Color #c21fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011111 10111101
Octal 302 37 275
Decimal 194 31 189
Hex C2 1F BD

RGB Percentages of Color #c21fbd

%46.86
%7.49
%45.65

CMYK Percentages of Color #c21fbd

%0
%84
%3
%24

Triadic Colors of #c21fbd

#c21fbd #bdc21f #1fbdc2

Analogous Colors of #c21fbd

#c21fbd #c21f6c #761fc2

Monochromatic Colors of #c21fbd

#c21fbd

Complementary Color

#c21fbd #1fc224

#c21fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21fbd Color CSS Codes

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

#c21fbd Text Font Color

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

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


#c21fbd Background Color

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

This div background color is #c21fbd


#c21fbd Border Color

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

This div border color is #c21fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21fbd


Comments

No comments written yet.

Please login to write comment.