Color Hex Logo

#c21fbc Color Hex

#C21FBC
(194,31,188)
0 Favorites   0 Comments

Color spaces of #c21fbc

RGB 19431188
HSL0.840.720.44
HSV302°84°76°
CMYK 0.000.840.03   0.24
XYZ31.815216.080149.0039
Yxy16.08010.32830.1659
Hunter Lab40.100071.4463-44.3849
CIE-Lab47.079475.2706-44.5111

#c21fbc color RGB value is (194,31,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011111 10111100
Octal 302 37 274
Decimal 194 31 188
Hex C2 1F BC

RGB Percentages of Color #c21fbc

%46.97
%7.51
%45.52

CMYK Percentages of Color #c21fbc

%0
%84
%3
%24

Triadic Colors of #c21fbc

#c21fbc #bcc21f #1fbcc2

Analogous Colors of #c21fbc

#c21fbc #c21f6b #771fc2

Monochromatic Colors of #c21fbc

#c21fbc

Complementary Color

#c21fbc #1fc225

#c21fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21fbc Color CSS Codes

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

#c21fbc Text Font Color

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

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


#c21fbc Background Color

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

This div background color is #c21fbc


#c21fbc Border Color

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

This div border color is #c21fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21fbc


Comments

No comments written yet.

Please login to write comment.