Color Hex Logo

#d10caf Color Hex

#D10CAF
(209,12,175)
0 Favorites   0 Comments

Color spaces of #d10caf

RGB 20912175
HSL0.860.890.43
HSV310°94°82°
CMYK 0.000.940.16   0.18
XYZ34.163816.913442.0214
Yxy16.91340.36700.1817
Hunter Lab41.125976.3118-31.7929
CIE-Lab48.150778.9934-35.0083

#d10caf color RGB value is (209,12,175).

#d10caf hex color red value is 209, green value is 12 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d10caf hue: 0.86 , saturation: 0.89 and the lightness value of d10caf is 0.43.

The process color (four color CMYK) of #d10caf color hex is 0.00, 0.94, 0.16, 0.18. Web safe color of #d10caf is #cc0099. Color #d10caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001100 10101111
Octal 321 14 257
Decimal 209 12 175
Hex D1 C AF

RGB Percentages of Color #d10caf

%52.78
%3.03
%44.19

CMYK Percentages of Color #d10caf

%0
%94
%16
%18

Triadic Colors of #d10caf

#d10caf #afd10c #0cafd1

Analogous Colors of #d10caf

#d10caf #d10c4c #910cd1

Monochromatic Colors of #d10caf

#d10caf

Complementary Color

#d10caf #0cd12e

#d10caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10caf Color CSS Codes

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

#d10caf Text Font Color

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

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


#d10caf Background Color

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

This div background color is #d10caf


#d10caf Border Color

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

This div border color is #d10caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,12,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d10caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d10caf;
  -webkit-box-shadow: 1px 1px 3px 2px #d10caf;
  box-shadow:         1px 1px 3px 2px #d10caf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,12,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10caf


Comments

No comments written yet.

Please login to write comment.