Color Hex Logo

#d712cc Color Hex

#D712CC
(215,18,204)
0 Favorites   0 Comments

Color spaces of #d712cc

RGB 21518204
HSL0.840.850.46
HSV303°92°84°
CMYK 0.000.920.05   0.16
XYZ39.139719.239358.7774
Yxy19.23930.33410.1642
Hunter Lab43.862682.5203-48.7468
CIE-Lab50.966083.3421-47.3885

#d712cc color RGB value is (215,18,204).

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

The process color (four color CMYK) of #d712cc color hex is 0.00, 0.92, 0.05, 0.16. Web safe color of #d712cc is #cc00cc. Color #d712cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010010 11001100
Octal 327 22 314
Decimal 215 18 204
Hex D7 12 CC

RGB Percentages of Color #d712cc

%49.20
%4.12
%46.68

CMYK Percentages of Color #d712cc

%0
%92
%5
%16

Triadic Colors of #d712cc

#d712cc #ccd712 #12ccd7

Analogous Colors of #d712cc

#d712cc #d7126a #8012d7

Monochromatic Colors of #d712cc

#d712cc

Complementary Color

#d712cc #12d71d

#d712cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d712cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d712cc Color CSS Codes

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

#d712cc Text Font Color

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

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


#d712cc Background Color

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

This div background color is #d712cc


#d712cc Border Color

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

This div border color is #d712cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d712cc


Comments

No comments written yet.

Please login to write comment.