Color Hex Logo

#c212dd Color Hex

#C212DD
(194,18,221)
0 Favorites   0 Comments

Color spaces of #c212dd

RGB 19418221
HSL0.810.850.47
HSV292°92°87°
CMYK 0.120.920.00   0.13
XYZ35.515617.122469.8397
Yxy17.12240.29000.1398
Hunter Lab41.379280.7921-71.1040
CIE-Lab48.413982.4875-61.4237

#c212dd color RGB value is (194,18,221).

#c212dd hex color red value is 194, green value is 18 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c212dd hue: 0.81 , saturation: 0.85 and the lightness value of c212dd is 0.47.

The process color (four color CMYK) of #c212dd color hex is 0.12, 0.92, 0.00, 0.13. Web safe color of #c212dd is #cc00cc. Color #c212dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010010 11011101
Octal 302 22 335
Decimal 194 18 221
Hex C2 12 DD

RGB Percentages of Color #c212dd

%44.80
%4.16
%51.04

CMYK Percentages of Color #c212dd

%12
%92
%0
%13

Triadic Colors of #c212dd

#c212dd #ddc212 #12ddc2

Analogous Colors of #c212dd

#c212dd #dd1293 #5c12dd

Monochromatic Colors of #c212dd

#c212dd

Complementary Color

#c212dd #2ddd12

#c212dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c212dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c212dd Color CSS Codes

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

#c212dd Text Font Color

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

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


#c212dd Background Color

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

This div background color is #c212dd


#c212dd Border Color

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

This div border color is #c212dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c212dd


Comments

No comments written yet.

Please login to write comment.