Color Hex Logo

#d114cf Color Hex

#D114CF
(209,20,207)
0 Favorites   0 Comments

Color spaces of #d114cf

RGB 20920207
HSL0.840.830.45
HSV301°90°82°
CMYK 0.000.900.01   0.18
XYZ37.807118.560660.6214
Yxy18.56060.32320.1587
Hunter Lab43.082081.2511-53.2705
CIE-Lab50.169182.5064-50.4479

#d114cf color RGB value is (209,20,207).

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

The process color (four color CMYK) of #d114cf color hex is 0.00, 0.90, 0.01, 0.18. Web safe color of #d114cf is #cc00cc. Color #d114cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010100 11001111
Octal 321 24 317
Decimal 209 20 207
Hex D1 14 CF

RGB Percentages of Color #d114cf

%47.94
%4.59
%47.48

CMYK Percentages of Color #d114cf

%0
%90
%1
%18

Triadic Colors of #d114cf

#d114cf #cfd114 #14cfd1

Analogous Colors of #d114cf

#d114cf #d11471 #7514d1

Monochromatic Colors of #d114cf

#d114cf

Complementary Color

#d114cf #14d116

#d114cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d114cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d114cf Color CSS Codes

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

#d114cf Text Font Color

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

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


#d114cf Background Color

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

This div background color is #d114cf


#d114cf Border Color

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

This div border color is #d114cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d114cf


Comments

No comments written yet.

Please login to write comment.