Color Hex Logo

#c712db Color Hex

#C712DB
(199,18,219)
0 Favorites   0 Comments

Color spaces of #c712db

RGB 19918219
HSL0.820.850.46
HSV294°92°86°
CMYK 0.090.920.00   0.14
XYZ36.555717.689268.5055
Yxy17.68920.29780.1441
Hunter Lab42.058581.5431-67.1314
CIE-Lab49.117082.9389-59.1061

#c712db color RGB value is (199,18,219).

#c712db hex color red value is 199, green value is 18 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c712db hue: 0.82 , saturation: 0.85 and the lightness value of c712db is 0.46.

The process color (four color CMYK) of #c712db color hex is 0.09, 0.92, 0.00, 0.14. Web safe color of #c712db is #cc00cc. Color #c712db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010010 11011011
Octal 307 22 333
Decimal 199 18 219
Hex C7 12 DB

RGB Percentages of Color #c712db

%45.64
%4.13
%50.23

CMYK Percentages of Color #c712db

%9
%92
%0
%14

Triadic Colors of #c712db

#c712db #dbc712 #12dbc7

Analogous Colors of #c712db

#c712db #db128b #6312db

Monochromatic Colors of #c712db

#c712db

Complementary Color

#c712db #26db12

#c712db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c712db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c712db Color CSS Codes

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

#c712db Text Font Color

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

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


#c712db Background Color

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

This div background color is #c712db


#c712db Border Color

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

This div border color is #c712db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c712db


Comments

No comments written yet.

Please login to write comment.