Color Hex Logo

#c12cdb Color Hex

#C12CDB
(193,44,219)
0 Favorites   0 Comments

Color spaces of #c12cdb

RGB 19344219
HSL0.810.710.52
HSV291°80°86°
CMYK 0.120.800.00   0.14
XYZ35.679218.253368.6606
Yxy18.25330.29100.1489
Hunter Lab42.723974.3006-65.3769
CIE-Lab49.801977.0568-58.0544

#c12cdb color RGB value is (193,44,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101100 11011011
Octal 301 54 333
Decimal 193 44 219
Hex C1 2C DB

RGB Percentages of Color #c12cdb

%42.32
%9.65
%48.03

CMYK Percentages of Color #c12cdb

%12
%80
%0
%14

Triadic Colors of #c12cdb

#c12cdb #dbc12c #2cdbc1

Analogous Colors of #c12cdb

#c12cdb #db2c9e #6a2cdb

Monochromatic Colors of #c12cdb

#c12cdb

Complementary Color

#c12cdb #46db2c

#c12cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12cdb Color CSS Codes

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

#c12cdb Text Font Color

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

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


#c12cdb Background Color

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

This div background color is #c12cdb


#c12cdb Border Color

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

This div border color is #c12cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12cdb


Comments

No comments written yet.

Please login to write comment.