Color Hex Logo

#c12bdb Color Hex

#C12BDB
(193,43,219)
0 Favorites   0 Comments

Color spaces of #c12bdb

RGB 19343219
HSL0.810.710.51
HSV291°80°86°
CMYK 0.120.800.00   0.14
XYZ35.642418.179768.6483
Yxy18.17970.29100.1484
Hunter Lab42.637774.5989-65.6129
CIE-Lab49.713377.3145-58.1968

#c12bdb color RGB value is (193,43,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101011 11011011
Octal 301 53 333
Decimal 193 43 219
Hex C1 2B DB

RGB Percentages of Color #c12bdb

%42.42
%9.45
%48.13

CMYK Percentages of Color #c12bdb

%12
%80
%0
%14

Triadic Colors of #c12bdb

#c12bdb #dbc12b #2bdbc1

Analogous Colors of #c12bdb

#c12bdb #db2b9d #692bdb

Monochromatic Colors of #c12bdb

#c12bdb

Complementary Color

#c12bdb #45db2b

#c12bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12bdb Color CSS Codes

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

#c12bdb Text Font Color

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

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


#c12bdb Background Color

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

This div background color is #c12bdb


#c12bdb Border Color

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

This div border color is #c12bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12bdb


Comments

No comments written yet.

Please login to write comment.