Color Hex Logo

#d1227c Color Hex

#D1227C
(209,34,124)
0 Favorites   0 Comments

Color spaces of #d1227c

RGB 20934124
HSL0.910.720.48
HSV329°84°82°
CMYK 0.000.840.41   0.18
XYZ30.504616.154620.5792
Yxy16.15460.45370.2403
Hunter Lab40.192865.1365-2.2223
CIE-Lab47.176770.0173-5.8512

#d1227c color RGB value is (209,34,124).

#d1227c hex color red value is 209, green value is 34 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #d1227c hue: 0.91 , saturation: 0.72 and the lightness value of d1227c is 0.48.

The process color (four color CMYK) of #d1227c color hex is 0.00, 0.84, 0.41, 0.18. Web safe color of #d1227c is #cc3366. Color #d1227c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100010 01111100
Octal 321 42 174
Decimal 209 34 124
Hex D1 22 7C

RGB Percentages of Color #d1227c

%56.95
%9.26
%33.79

CMYK Percentages of Color #d1227c

%0
%84
%41
%18

Triadic Colors of #d1227c

#d1227c #7cd122 #227cd1

Analogous Colors of #d1227c

#d1227c #d12224 #cf22d1

Monochromatic Colors of #d1227c

#d1227c

Complementary Color

#d1227c #22d177

#d1227c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1227c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1227c Color CSS Codes

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

#d1227c Text Font Color

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

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


#d1227c Background Color

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

This div background color is #d1227c


#d1227c Border Color

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

This div border color is #d1227c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1227c


Comments

No comments written yet.

Please login to write comment.