Color Hex Logo

#c712cf Color Hex

#C712CF
(199,18,207)
0 Favorites   0 Comments

Color spaces of #c712cf

RGB 19918207
HSL0.830.840.44
HSV297°91°81°
CMYK 0.040.910.00   0.19
XYZ35.032017.079760.4818
Yxy17.07970.31110.1517
Hunter Lab41.327678.9851-57.8400
CIE-Lab48.360381.0764-53.4402

#c712cf color RGB value is (199,18,207).

#c712cf hex color red value is 199, green value is 18 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c712cf hue: 0.83 , saturation: 0.84 and the lightness value of c712cf is 0.44.

The process color (four color CMYK) of #c712cf color hex is 0.04, 0.91, 0.00, 0.19. Web safe color of #c712cf is #cc00cc. Color #c712cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010010 11001111
Octal 307 22 317
Decimal 199 18 207
Hex C7 12 CF

RGB Percentages of Color #c712cf

%46.93
%4.25
%48.82

CMYK Percentages of Color #c712cf

%4
%91
%0
%19

Triadic Colors of #c712cf

#c712cf #cfc712 #12cfc7

Analogous Colors of #c712cf

#c712cf #cf1279 #6912cf

Monochromatic Colors of #c712cf

#c712cf

Complementary Color

#c712cf #1acf12

#c712cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c712cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c712cf Color CSS Codes

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

#c712cf Text Font Color

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

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


#c712cf Background Color

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

This div background color is #c712cf


#c712cf Border Color

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

This div border color is #c712cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,18,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c712cf


Comments

No comments written yet.

Please login to write comment.