Color Hex Logo

#c12dde Color Hex

#C12DDE
(193,45,222)
0 Favorites   0 Comments

Color spaces of #c12dde

RGB 19345222
HSL0.810.730.52
HSV290°80°87°
CMYK 0.130.800.00   0.13
XYZ36.115518.488270.7723
Yxy18.48820.28810.1475
Hunter Lab42.997974.6823-67.4897
CIE-Lab50.083077.3096-59.3103

#c12dde color RGB value is (193,45,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101101 11011110
Octal 301 55 336
Decimal 193 45 222
Hex C1 2D DE

RGB Percentages of Color #c12dde

%41.96
%9.78
%48.26

CMYK Percentages of Color #c12dde

%13
%80
%0
%13

Triadic Colors of #c12dde

#c12dde #dec12d #2ddec1

Analogous Colors of #c12dde

#c12dde #de2da3 #692dde

Monochromatic Colors of #c12dde

#c12dde

Complementary Color

#c12dde #4ade2d

#c12dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12dde Color CSS Codes

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

#c12dde Text Font Color

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

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


#c12dde Background Color

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

This div background color is #c12dde


#c12dde Border Color

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

This div border color is #c12dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,45,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12dde


Comments

No comments written yet.

Please login to write comment.