Color Hex Logo

#d20fbe Color Hex

#D20FBE
(210,15,190)
0 Favorites   0 Comments

Color spaces of #d20fbe

RGB 21015190
HSL0.850.870.44
HSV306°93°82°
CMYK 0.000.930.10   0.18
XYZ36.043417.761050.2437
Yxy17.76100.34640.1707
Hunter Lab42.143878.9101-41.1847
CIE-Lab49.204980.8530-42.1282

#d20fbe color RGB value is (210,15,190).

#d20fbe hex color red value is 210, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d20fbe hue: 0.85 , saturation: 0.87 and the lightness value of d20fbe is 0.44.

The process color (four color CMYK) of #d20fbe color hex is 0.00, 0.93, 0.10, 0.18. Web safe color of #d20fbe is #cc00cc. Color #d20fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00001111 10111110
Octal 322 17 276
Decimal 210 15 190
Hex D2 F BE

RGB Percentages of Color #d20fbe

%50.60
%3.61
%45.78

CMYK Percentages of Color #d20fbe

%0
%93
%10
%18

Triadic Colors of #d20fbe

#d20fbe #bed20f #0fbed2

Analogous Colors of #d20fbe

#d20fbe #d20f5c #850fd2

Monochromatic Colors of #d20fbe

#d20fbe

Complementary Color

#d20fbe #0fd223

#d20fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d20fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d20fbe Color CSS Codes

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

#d20fbe Text Font Color

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

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


#d20fbe Background Color

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

This div background color is #d20fbe


#d20fbe Border Color

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

This div border color is #d20fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d20fbe


Comments

No comments written yet.

Please login to write comment.