Color Hex Logo

#d12278 Color Hex

#D12278
(209,34,120)
0 Favorites   0 Comments

Color spaces of #d12278

RGB 20934120
HSL0.920.720.48
HSV331°84°82°
CMYK 0.000.840.43   0.18
XYZ30.256716.055419.2736
Yxy16.05540.46130.2448
Hunter Lab40.069264.6663-0.4705
CIE-Lab47.047169.6460-3.5941

#d12278 color RGB value is (209,34,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100010 01111000
Octal 321 42 170
Decimal 209 34 120
Hex D1 22 78

RGB Percentages of Color #d12278

%57.58
%9.37
%33.06

CMYK Percentages of Color #d12278

%0
%84
%43
%18

Triadic Colors of #d12278

#d12278 #78d122 #2278d1

Analogous Colors of #d12278

#d12278 #d12422 #d122d0

Monochromatic Colors of #d12278

#d12278

Complementary Color

#d12278 #22d17b

#d12278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12278 Color CSS Codes

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

#d12278 Text Font Color

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

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


#d12278 Background Color

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

This div background color is #d12278


#d12278 Border Color

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

This div border color is #d12278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12278


Comments

No comments written yet.

Please login to write comment.