Color Hex Logo

#c21cdc Color Hex

#C21CDC
(194,28,220)
0 Favorites   0 Comments

Color spaces of #c21cdc

RGB 19428220
HSL0.810.770.49
HSV292°87°86°
CMYK 0.120.870.00   0.14
XYZ35.581717.467169.2063
Yxy17.46710.29100.1429
Hunter Lab41.793778.8299-68.9230
CIE-Lab48.843380.8600-60.1604

#c21cdc color RGB value is (194,28,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011100 11011100
Octal 302 34 334
Decimal 194 28 220
Hex C2 1C DC

RGB Percentages of Color #c21cdc

%43.89
%6.33
%49.77

CMYK Percentages of Color #c21cdc

%12
%87
%0
%14

Triadic Colors of #c21cdc

#c21cdc #dcc21c #1cdcc2

Analogous Colors of #c21cdc

#c21cdc #dc1c96 #621cdc

Monochromatic Colors of #c21cdc

#c21cdc

Complementary Color

#c21cdc #36dc1c

#c21cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21cdc Color CSS Codes

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

#c21cdc Text Font Color

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

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


#c21cdc Background Color

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

This div background color is #c21cdc


#c21cdc Border Color

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

This div border color is #c21cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21cdc


Comments

No comments written yet.

Please login to write comment.