Color Hex Logo

#c12ddd Color Hex

#C12DDD
(193,45,221)
0 Favorites   0 Comments

Color spaces of #c12ddd

RGB 19345221
HSL0.810.720.52
HSV290°80°87°
CMYK 0.130.800.00   0.13
XYZ35.981918.434770.0684
Yxy18.43470.28900.1481
Hunter Lab42.935674.4532-66.7028
CIE-Lab50.019277.1375-58.8440

#c12ddd color RGB value is (193,45,221).

#c12ddd hex color red value is 193, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c12ddd hue: 0.81 , saturation: 0.72 and the lightness value of c12ddd is 0.52.

The process color (four color CMYK) of #c12ddd color hex is 0.13, 0.80, 0.00, 0.13. Web safe color of #c12ddd is #cc33cc. Color #c12ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101101 11011101
Octal 301 55 335
Decimal 193 45 221
Hex C1 2D DD

RGB Percentages of Color #c12ddd

%42.05
%9.80
%48.15

CMYK Percentages of Color #c12ddd

%13
%80
%0
%13

Triadic Colors of #c12ddd

#c12ddd #ddc12d #2dddc1

Analogous Colors of #c12ddd

#c12ddd #dd2da1 #692ddd

Monochromatic Colors of #c12ddd

#c12ddd

Complementary Color

#c12ddd #49dd2d

#c12ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12ddd Color CSS Codes

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

#c12ddd Text Font Color

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

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


#c12ddd Background Color

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

This div background color is #c12ddd


#c12ddd Border Color

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

This div border color is #c12ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,45,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 #c12ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12ddd


Comments

No comments written yet.

Please login to write comment.