Color Hex Logo

#c12ddc Color Hex

#C12DDC
(193,45,220)
0 Favorites   0 Comments

Color spaces of #c12ddc

RGB 19345220
HSL0.810.710.52
HSV291°80°86°
CMYK 0.120.800.00   0.14
XYZ35.849018.381569.3687
Yxy18.38150.29000.1487
Hunter Lab42.873774.2247-65.9185
CIE-Lab49.955676.9656-58.3770

#c12ddc color RGB value is (193,45,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101101 11011100
Octal 301 55 334
Decimal 193 45 220
Hex C1 2D DC

RGB Percentages of Color #c12ddc

%42.14
%9.83
%48.03

CMYK Percentages of Color #c12ddc

%12
%80
%0
%14

Triadic Colors of #c12ddc

#c12ddc #dcc12d #2ddcc1

Analogous Colors of #c12ddc

#c12ddc #dc2da0 #6a2ddc

Monochromatic Colors of #c12ddc

#c12ddc

Complementary Color

#c12ddc #48dc2d

#c12ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12ddc Color CSS Codes

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

#c12ddc Text Font Color

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

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


#c12ddc Background Color

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

This div background color is #c12ddc


#c12ddc Border Color

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

This div border color is #c12ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12ddc


Comments

No comments written yet.

Please login to write comment.