Color Hex Logo

#d472cd Color Hex

#D472CD
(212,114,205)
0 Favorites   0 Comments

Color spaces of #d472cd

RGB 212114205
HSL0.850.530.64
HSV304°46°83°
CMYK 0.000.460.03   0.17
XYZ44.188130.439561.3040
Yxy30.43950.32510.2239
Hunter Lab55.172046.4124-27.2593
CIE-Lab62.031650.9969-30.6106

#d472cd color RGB value is (212,114,205).

#d472cd hex color red value is 212, green value is 114 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d472cd hue: 0.85 , saturation: 0.53 and the lightness value of d472cd is 0.64.

The process color (four color CMYK) of #d472cd color hex is 0.00, 0.46, 0.03, 0.17. Web safe color of #d472cd is #cc66cc. Color #d472cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110010 11001101
Octal 324 162 315
Decimal 212 114 205
Hex D4 72 CD

RGB Percentages of Color #d472cd

%39.92
%21.47
%38.61

CMYK Percentages of Color #d472cd

%0
%46
%3
%17

Triadic Colors of #d472cd

#d472cd #cdd472 #72cdd4

Analogous Colors of #d472cd

#d472cd #d4729c #aa72d4

Monochromatic Colors of #d472cd

#d472cd

Complementary Color

#d472cd #72d479

#d472cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d472cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d472cd Color CSS Codes

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

#d472cd Text Font Color

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

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


#d472cd Background Color

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

This div background color is #d472cd


#d472cd Border Color

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

This div border color is #d472cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d472cd


Comments

No comments written yet.

Please login to write comment.