Color Hex Logo

#d712cd Color Hex

#D712CD
(215,18,205)
0 Favorites   0 Comments

Color spaces of #d712cd

RGB 21518205
HSL0.840.850.46
HSV303°92°84°
CMYK 0.000.920.05   0.16
XYZ39.260119.287559.4112
Yxy19.28750.33280.1635
Hunter Lab43.917582.7145-49.4646
CIE-Lab51.021983.4823-47.8754

#d712cd color RGB value is (215,18,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010010 11001101
Octal 327 22 315
Decimal 215 18 205
Hex D7 12 CD

RGB Percentages of Color #d712cd

%49.09
%4.11
%46.80

CMYK Percentages of Color #d712cd

%0
%92
%5
%16

Triadic Colors of #d712cd

#d712cd #cdd712 #12cdd7

Analogous Colors of #d712cd

#d712cd #d7126b #7f12d7

Monochromatic Colors of #d712cd

#d712cd

Complementary Color

#d712cd #12d71c

#d712cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d712cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d712cd Color CSS Codes

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

#d712cd Text Font Color

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

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


#d712cd Background Color

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

This div background color is #d712cd


#d712cd Border Color

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

This div border color is #d712cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d712cd


Comments

No comments written yet.

Please login to write comment.