Color Hex Logo

#d61281 Color Hex

#D61281
(214,18,129)
0 Favorites   0 Comments

Color spaces of #d61281

RGB 21418129
HSL0.910.840.45
HSV326°92°84°
CMYK 0.000.920.40   0.16
XYZ31.910316.313722.2359
Yxy16.31370.45290.2315
Hunter Lab40.390270.3411-4.3676
CIE-Lab47.383474.3059-8.4956

#d61281 color RGB value is (214,18,129).

#d61281 hex color red value is 214, green value is 18 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d61281 hue: 0.91 , saturation: 0.84 and the lightness value of d61281 is 0.45.

The process color (four color CMYK) of #d61281 color hex is 0.00, 0.92, 0.40, 0.16. Web safe color of #d61281 is #cc0099. Color #d61281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010010 10000001
Octal 326 22 201
Decimal 214 18 129
Hex D6 12 81

RGB Percentages of Color #d61281

%59.28
%4.99
%35.73

CMYK Percentages of Color #d61281

%0
%92
%40
%16

Triadic Colors of #d61281

#d61281 #81d612 #1281d6

Analogous Colors of #d61281

#d61281 #d6121f #c912d6

Monochromatic Colors of #d61281

#d61281

Complementary Color

#d61281 #12d667

#d61281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61281 Color CSS Codes

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

#d61281 Text Font Color

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

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


#d61281 Background Color

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

This div background color is #d61281


#d61281 Border Color

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

This div border color is #d61281


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,18,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d61281; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d61281;
  -webkit-box-shadow: 1px 1px 3px 2px #d61281;
  box-shadow:         1px 1px 3px 2px #d61281; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,18,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61281


Comments

No comments written yet.

Please login to write comment.