Color Hex Logo

#c21cdb Color Hex

#C21CDB
(194,28,219)
0 Favorites   0 Comments

Color spaces of #c21cdb

RGB 19428219
HSL0.810.770.48
HSV292°87°86°
CMYK 0.110.870.00   0.14
XYZ35.449617.414368.5107
Yxy17.41430.29210.1435
Hunter Lab41.730478.6057-68.1277
CIE-Lab48.777980.6954-59.6951

#c21cdb color RGB value is (194,28,219).

#c21cdb hex color red value is 194, green value is 28 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c21cdb hue: 0.81 , saturation: 0.77 and the lightness value of c21cdb is 0.48.

The process color (four color CMYK) of #c21cdb color hex is 0.11, 0.87, 0.00, 0.14. Web safe color of #c21cdb is #cc33cc. Color #c21cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011100 11011011
Octal 302 34 333
Decimal 194 28 219
Hex C2 1C DB

RGB Percentages of Color #c21cdb

%43.99
%6.35
%49.66

CMYK Percentages of Color #c21cdb

%11
%87
%0
%14

Triadic Colors of #c21cdb

#c21cdb #dbc21c #1cdbc2

Analogous Colors of #c21cdb

#c21cdb #db1c95 #621cdb

Monochromatic Colors of #c21cdb

#c21cdb

Complementary Color

#c21cdb #35db1c

#c21cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21cdb Color CSS Codes

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

#c21cdb Text Font Color

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

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


#c21cdb Background Color

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

This div background color is #c21cdb


#c21cdb Border Color

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

This div border color is #c21cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21cdb


Comments

No comments written yet.

Please login to write comment.