Color Hex Logo

#d214bf Color Hex

#D214BF
(210,20,191)
0 Favorites   0 Comments

Color spaces of #d214bf

RGB 21020191
HSL0.850.830.45
HSV306°90°82°
CMYK 0.000.900.09   0.18
XYZ36.232517.963550.8479
Yxy17.96350.34490.1710
Hunter Lab42.383478.4244-41.4627
CIE-Lab49.451880.4207-42.3196

#d214bf color RGB value is (210,20,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010100 10111111
Octal 322 24 277
Decimal 210 20 191
Hex D2 14 BF

RGB Percentages of Color #d214bf

%49.88
%4.75
%45.37

CMYK Percentages of Color #d214bf

%0
%90
%9
%18

Triadic Colors of #d214bf

#d214bf #bfd214 #14bfd2

Analogous Colors of #d214bf

#d214bf #d21460 #8614d2

Monochromatic Colors of #d214bf

#d214bf

Complementary Color

#d214bf #14d227

#d214bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d214bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d214bf Color CSS Codes

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

#d214bf Text Font Color

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

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


#d214bf Background Color

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

This div background color is #d214bf


#d214bf Border Color

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

This div border color is #d214bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d214bf


Comments

No comments written yet.

Please login to write comment.