Color Hex Logo

#d21cbe Color Hex

#D21CBE
(210,28,190)
0 Favorites   0 Comments

Color spaces of #d21cbe

RGB 21028190
HSL0.850.760.47
HSV307°87°82°
CMYK 0.000.870.10   0.18
XYZ36.287918.249950.3252
Yxy18.24990.34610.1740
Hunter Lab42.719976.8648-39.9413
CIE-Lab49.797879.1140-41.1895

#d21cbe color RGB value is (210,28,190).

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

The process color (four color CMYK) of #d21cbe color hex is 0.00, 0.87, 0.10, 0.18. Web safe color of #d21cbe is #cc33cc. Color #d21cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011100 10111110
Octal 322 34 276
Decimal 210 28 190
Hex D2 1C BE

RGB Percentages of Color #d21cbe

%49.07
%6.54
%44.39

CMYK Percentages of Color #d21cbe

%0
%87
%10
%18

Triadic Colors of #d21cbe

#d21cbe #bed21c #1cbed2

Analogous Colors of #d21cbe

#d21cbe #d21c63 #8b1cd2

Monochromatic Colors of #d21cbe

#d21cbe

Complementary Color

#d21cbe #1cd230

#d21cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21cbe Color CSS Codes

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

#d21cbe Text Font Color

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

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


#d21cbe Background Color

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

This div background color is #d21cbe


#d21cbe Border Color

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

This div border color is #d21cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,28,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 #d21cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21cbe


Comments

No comments written yet.

Please login to write comment.