Color Hex Logo

#d214b6 Color Hex

#D214B6
(210,20,182)
0 Favorites   0 Comments

Color spaces of #d214b6

RGB 21020182
HSL0.860.830.45
HSV309°90°82°
CMYK 0.000.900.13   0.18
XYZ35.272017.579345.7901
Yxy17.57930.35760.1782
Hunter Lab41.927776.7912-35.4025
CIE-Lab48.981879.2142-37.8045

#d214b6 color RGB value is (210,20,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010100 10110110
Octal 322 24 266
Decimal 210 20 182
Hex D2 14 B6

RGB Percentages of Color #d214b6

%50.97
%4.85
%44.17

CMYK Percentages of Color #d214b6

%0
%90
%13
%18

Triadic Colors of #d214b6

#d214b6 #b6d214 #14b6d2

Analogous Colors of #d214b6

#d214b6 #d21457 #8f14d2

Monochromatic Colors of #d214b6

#d214b6

Complementary Color

#d214b6 #14d230

#d214b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d214b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d214b6 Color CSS Codes

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

#d214b6 Text Font Color

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

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


#d214b6 Background Color

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

This div background color is #d214b6


#d214b6 Border Color

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

This div border color is #d214b6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,20,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d214b6


Comments

No comments written yet.

Please login to write comment.