Color Hex Logo

#d218ba Color Hex

#D218BA
(210,24,186)
0 Favorites   0 Comments

Color spaces of #d218ba

RGB 21024186
HSL0.850.790.46
HSV308°89°82°
CMYK 0.000.890.11   0.18
XYZ35.767917.900148.0243
Yxy17.90010.35170.1760
Hunter Lab42.308576.8652-37.6840
CIE-Lab49.374779.1968-39.5255

#d218ba color RGB value is (210,24,186).

#d218ba hex color red value is 210, green value is 24 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d218ba hue: 0.85 , saturation: 0.79 and the lightness value of d218ba is 0.46.

The process color (four color CMYK) of #d218ba color hex is 0.00, 0.89, 0.11, 0.18. Web safe color of #d218ba is #cc00cc. Color #d218ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011000 10111010
Octal 322 30 272
Decimal 210 24 186
Hex D2 18 BA

RGB Percentages of Color #d218ba

%50.00
%5.71
%44.29

CMYK Percentages of Color #d218ba

%0
%89
%11
%18

Triadic Colors of #d218ba

#d218ba #bad218 #18bad2

Analogous Colors of #d218ba

#d218ba #d2185d #8d18d2

Monochromatic Colors of #d218ba

#d218ba

Complementary Color

#d218ba #18d230

#d218ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d218ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d218ba Color CSS Codes

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

#d218ba Text Font Color

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

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


#d218ba Background Color

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

This div background color is #d218ba


#d218ba Border Color

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

This div border color is #d218ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d218ba


Comments

No comments written yet.

Please login to write comment.